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 and source 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"
    }
  ],
  ...
}