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

{
...
"discussions_and_forums": [
{
"title": "Which form of magnesium do you use, and why? : r/Nootropics - Reddit",
"link": "https://www.reddit.com/r/Nootropics/comments/12xpg9m/which_form_of_magnesium_do_you_use_and_why/",
"date": "Apr 24, 2023",
"source": "www.reddit.com"
},
{
"title": "Best magnesium supplement to take? : r/AFIB - Reddit",
"link": "https://www.reddit.com/r/AFIB/comments/12y5s94/best_magnesium_supplement_to_take/",
"date": "Apr 25, 2023",
"source": "www.reddit.com"
},
{
"title": "What is the best magnesium to get for better sleep? - Quora",
"link": "https://www.quora.com/What-is-the-best-magnesium-to-get-for-better-sleep",
"date": "Oct 15, 2015",
"source": "www.quora.com"
},
...
],
...
}