Discussions and Forums
Discussions and Forums
The Discussions and Forums Google SERP feature enriches search results with advice, experiences, and discussions from various forums across the web. For instance, if you’re searching for the best dog breed, alongside traditional web results, Google will show you links to forum posts sharing relevant advice and real experiences.
In DataForSEO SERP API responses, each result from the Discussions and Forums feature is returned as a structured item – discussions_and_forums_element
.
Type | discussions_and_forums_element
Item title | title
Domain | domain
Published on | timestamp
Posts in the discussion | posts_count
Element in SERP API
{
"type": "discussions_and_forums",
"rank_group": 1,
"rank_absolute": 8,
"position": "left",
"xpath": "/html[1]/body[1]/div[5]/div[1]/div[12]/div[2]/div[1]/div[2]/div[1]/div[1]/div[7]/div[1]",
"title": "Discussions and forums",
"items": [
{
"type": "discussions_and_forums_element",
"title": "what are the best dog breeds for first time owners? - Reddit",
"url": "https://www.reddit.com/r/dogs/comments/wo6i31/what_are_the_best_dog_breeds_for_first_time_owners/",
"domain": "www.reddit.com",
"source": "www.reddit.com",
"description": null,
"timestamp": "2022-08-14T00:00:00Z",
"posts_count": 64
},
{
"type": "discussions_and_forums_element",
"title": "What is your absolute favorite dog breed? What makes them so special to you? - Reddit",
"url": "https://www.reddit.com/r/dogs/comments/ph3e4e/what_is_your_absolute_favorite_dog_breed_what/",
"domain": "www.reddit.com",
"source": "www.reddit.com",
"description": null,
"timestamp": "2021-09-03T00:00:00Z",
"posts_count": 87
},
{
"type": "discussions_and_forums_element",
"title": "What's the best dog breed to own for your first dog? - Quora",
"url": "https://www.quora.com/What-s-the-best-dog-breed-to-own-for-your-first-dog",
"domain": "www.quora.com",
"source": "www.quora.com",
"description": null,
"timestamp": "2023-03-10T00:00:00Z",
"posts_count": 4
}
],
"rectangle": null
}