Google Search Scraper

ENDPOINTS
GET/forums

Forum Discussions

Discussions and forums results (Reddit, Quora and more): title, link, source, date and snippet.

QUERY PARAMS

Search term, or a full google.com/search link (its gl, hl and start fill country, language and page when those are not set).

Examples:

  • Term: best mechanical keyboard
  • Link: https://www.google.com/search?q=best+mechanical+keyboard

Results page to fetch (1-based).

Default: 1

Allowed values: 1-50

Results per page. Google serves 10 per request; larger values are assembled from consecutive pages.

Default: 10

Allowed values: 1-100

Only results from this recent period.

Allowed values: any, hour, day, week, month, year

2-letter country Google searches from (the gl edition). UK is accepted for GB.

Default: US

Allowed values: any ISO 3166-1 alpha-2 code (US, GB, IN, DE, FR, JP, ...)

Interface language of the results page (the hl code).

Default: en

Allowed values: any ISO 639-1 code (en, es, de, fr, ja, ...)

Search as if from this place: a Google Ads canonical location name, or a ready uule token.

Examples:

  • Austin,Texas,United States
  • Beverly Hills,California,United States

Resolve Google's /goto redirect links to the real destination URL (the wrapper is kept in google_link). Set false for a faster response.

Default: true

Allowed values: true, false

{
  "count": 1,
  "per_page": 10,
  "current_page": 1,
  "total_pages": 1,
  "next": null,
  "previous": null,
  "search_information": {
    "query": "best mechanical keyboard",
    "total_results": 1
  },
  "threads": [
    {
      "position": 1,
      "title": "Best mechanical keyboard you've bought that you still love ...",
      "link": "https://www.reddit.com/r/buildapc/comments/1vlicme/best_mechanical_keyboard_youve_bought_that_you/",
      "source": "Reddit · r/buildapc",
      "snippet": "Wobkey (Rainy75), Lofree, QwertyKeys (Neo series), and Aula (F87/F99) would be where I would start looking these days. Pretty standard. Corsair ...",
      "reply_count": 250,
      "date": "1 month ago",
      "thumbnail": null,
      "google_link": "https://www.google.com/goto?url=CAESnQEB6zswFWUr-zYaw79IgR0REtkoMh2BZGphH0L85wQZDs-3IbUgUjG2cp6J-O6vkZO37-IICZ2ufhblAPRtb76dAIi2xSWRqXVkyo0V8dWnaAtKAoUGO_aPMMufLAyijP5_Fe64G4GKZsjV1FLEtEOJZzY9LKPm3UvG3KhvwSNKG6ARb_uyE03hLz1nYIYq5GUMjM6jHVSFgD5LPba9"
    }
  ]
}