Scrapingdog

Search Information

The search_information object contains metadata about the search itself — total results count, query processing time, and the displayed query string.

Endpoint: https://api.scrapingdog.com/google

API Response

API Response
{
  "search_information": {
    "total_results": 59000000,
    "time_taken": 0.23,
    "query_displayed": "what is scraping",
    "organic_results_state": "Results for exact spelling",
    "url": "https://www.google.com/search?q=what+is+scraping&gl=us&hl=en"
  }
}