Google Discussions and Forums API

The Discussions and Forums Results API allows a user to scrape Discussions and Forums results of a Google search. We are able to extract the: title, link, date, source, and answers of each listed item.

API Examples

Results for: best magnesium supplement

Results for: best magnesium supplement

JSON Example

{
  ...
  "discussions_and_forums": [
    {
      "title": "Best magnesium supplement? - Reddit",
      "link": "https://www.reddit.com/r/Supplements/comments/19807nb/best_magnesium_supplement/",
      "date": "4mo",
      "extensions": [
        "r/Supplements",
        "40+ comments"
      ],
      "source": "Reddit"
    },
    {
      "title": "Best magnesium supplement : r/blueprint_ - Reddit",
      "link": "https://www.reddit.com/r/blueprint_/comments/1cr5mvf/best_magnesium_supplement/",
      "date": "4w",
      "extensions": [
        "r/blueprint_",
        "20+ comments"
      ],
      "source": "Reddit"
    },
    {
      "title": "What is the best state of magnesium to take in a form of supplement? I ... - Quora",
      "link": "https://www.quora.com/What-is-the-best-state-of-magnesium-to-take-in-a-form-of-supplement-I-am-currently-using-magnesium-chloride-hexahydrate-is-that-effective",
      "date": "5mo",
      "extensions": [
        "4 answers"
      ],
      "source": "Quora"
    }
  ],
  ...
}

Results for: is coffee good for health

Results for: is coffee good for health

JSON Example

{
  ...
  "discussions_and_forums": [
    {
      "title": "Is coffee good for health?",
      "link": "https://www.reddit.com/r/productivity/comments/1bepzv0/is_coffee_good_for_health/",
      "date": "1 year ago",
      "extensions": [
        "r/productivity",
        "60+ comments"
      ],
      "source": "Reddit",
      "answers": [
        {
          "snippet": "In moderation black coffee can be great. Like one or two cups a day so you don't develop ...",
          "link": "https://www.reddit.com/r/productivity/comments/1bepzv0/is_coffee_good_for_health/kuvai67/",
          "extensions": [
            "Top answer",
            "25 votes",
            "a year ago"
          ]
        },
        {
          "snippet": "Unfortunately, the answer isn’t exactly as straightforward as “coffee good, chocolate bad”. ...",
          "link": "https://www.reddit.com/r/productivity/comments/1bepzv0/is_coffee_good_for_health/kuv3xlw/",
          "extensions": [
            "12 votes",
            "a year ago"
          ]
        },
        {
          "snippet": "Couldn’t you make this post earlier before I went to the supermarket and forgot my coffee",
          "link": "https://www.reddit.com/r/productivity/comments/1bepzv0/is_coffee_good_for_health/kuvuti3/",
          "extensions": [
            "10 votes",
            "a year ago"
          ]
        }
      ]
    },
    {
      "title": "What are the pros and cons of coffee?",
      "link": "https://www.reddit.com/r/HealthyFood/comments/w154xx/what_are_the_pros_and_cons_of_coffee/",
      "date": "2 years ago",
      "extensions": [
        "r/HealthyFood",
        "100+ comments"
      ],
      "source": "Reddit",
      "answers": [
        {
          "snippet": "Pros: apparently a certain amount can help ...",
          "link": "https://www.reddit.com/r/HealthyFood/comments/w154xx/what_are_the_pros_and_cons_of_coffee/igir56l/",
          "extensions": [
            "Top answer",
            "54 votes",
            "2 years ago"
          ]
        },
        {
          "snippet": "Pros, it makes you shit. Cons, it makes you shit.",
          "link": "https://www.reddit.com/r/HealthyFood/comments/w154xx/what_are_the_pros_and_cons_of_coffee/igjp3g8/",
          "extensions": [
            "40 votes",
            "2 years ago"
          ]
        },
        {
          "snippet": "Pros: Can help with alertness and ...",
          "link": "https://www.reddit.com/r/HealthyFood/comments/w154xx/what_are_the_pros_and_cons_of_coffee/igiivuq/",
          "extensions": [
            "36 votes",
            "2 years ago"
          ]
        }
      ]
    },
    {
      "title": "All the pros and cons, is coffee overall healthy or unhealthy?",
      "link": "https://www.quora.com/All-the-pros-and-cons-is-coffee-overall-healthy-or-unhealthy",
      "date": "1 year ago",
      "extensions": [
        "8 answers"
      ],
      "source": "Quora",
      "answers": [
        {
          "snippet": "Coffee does actually have a decent amount of health benefits, coffee contains antioxidants which are proven to help reduce risk of heart ...",
          "link": "https://www.quora.com/All-the-pros-and-cons-is-coffee-overall-healthy-or-unhealthy"
        }
      ]
    }
  ],
  ...
}