Google Find Results On API

The Google Find Results On API allows a user to scrape the "Find Results On" of a Google search. SerpApi is able to scrape, extract, and make sense of this information. When SerpApi encounters "Find Results On" results, we add them to our JSON output. We are able to extract: title, link, thumbnail source and source_icon.

API Examples

Results for: Cleaner Edinburgh

Results for: Cleaner Edinburgh

JSON Example

{
  ...
  "find_results_on": [
    {
      "title": "Domestic cleaner in Edinburgh",
      "link": "https://www.gumtree.com/business-services/property-shipping-services/cleaning-services/domestic-cleaning-services/uk/edinburgh",
      "thumbnail": "https://serpapi.com/searches/66f4187110a07187be355018/images/09b2823edea1044a0a7bee356a29447023f2cb6cdd7490e362f3684b824b8f07.jpeg",
      "source": "Gumtree",
      "source_icon": "https://serpapi.com/searches/66f4187110a07187be355018/images/09b2823edea1044a0a7bee356a2944700ae47c9eba4a3e194893f4f73a634331.png"
    },
    {
      "title": "Cleaning Services Edinburgh | Professional Domestic Cleaners in ...",
      "link": "https://www.bark.com/en/gb/cleaners/edinburgh/",
      "source": "bark",
      "source_icon": "https://serpapi.com/searches/66f4187110a07187be355018/images/09b2823edea1044a0a7bee356a294470c0e92bc5807101ecb37af518bc540dfe.png"
    },
    {
      "title": "Professional Cleaning Services in Edinburgh by Local Specialists",
      "link": "https://www.fantasticservices.com/domestic-cleaning-services-edinburgh/",
      "thumbnail": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTYq7NNVEQ7MWrWZ8EQvVufYjsAnubjX7rwCdP6jJV_oC1WIQY9GP9NH8Q&s",
      "source": "fantasticservices",
      "source_icon": "https://serpapi.com/searches/66f4187110a07187be355018/images/09b2823edea1044a0a7bee356a294470a638467edd2227ff2d3ce82201f18b2d.png"
    },
    ...
  ],
  ...
}