Google Places Sites API
For some searches, Google search includes the "Places Sites" block. SerpApi is able to scrape, and make sense of this information by extracting position
, title
, link
, source
, and source_thumbnail
.
API Examples
Results for: best hairdresser in Paris
{
...
"places_sites": [
{
"position": 1,
"title": "Paris hair salons, our best addresses",
"link": "https://www.sortiraparis.com/en/what-to-do-in-paris/sport-wellness/guides/149136-paris-hair-salons-our-best-addresses",
"source": "Sortir à Paris",
"source_thumbnail": "https://serpapi.com/searches/65f9ba2d10a0710bef2dd7e3/images/607c26eddd1d2abe74953c2b15835825319182bdb8743a39cf05e64083f541d6.png"
},
{
"position": 2,
"title": "THE BEST 10 Hair Salons in PARIS, FRANCE - Last Updated March 2024",
"link": "https://m.yelp.com/search?cflt=hair&find_loc=Paris",
"source": "Yelp",
"source_thumbnail": "https://serpapi.com/searches/65f9ba2d10a0710bef2dd7e3/images/607c26eddd1d2abe1caff20cca7c37eb55335dbc704af10938455ff2eb9536fa.png"
},
{
"position": 3,
"title": "Top 20 Coiffeurs et salons de coiffure à Paris",
"link": "https://www.treatwell.fr/salons/soins-groupe-coiffure/offre-type-local/dans-paris-france/",
"source": "Treatwell",
"source_thumbnail": "https://serpapi.com/searches/65f9ba2d10a0710bef2dd7e3/images/607c26eddd1d2abee3a07ec67ed40882a4fa1054102e55229b53162065b8304c.png"
},
...
]
...
}
Mobile results for: best hairdresser in Paris
{
...
"places_sites": [
{
"position": 1,
"title": "Paris hair salons, our best addresses",
"link": "https://www.sortiraparis.com/en/what-to-do-in-paris/sport-wellness/guides/149136-paris-hair-salons-our-best-addresses",
"source": "Sortir à Paris",
"source_thumbnail": "https://serpapi.com/searches/65f9bb1710a0710bed0f16da/images/5f2ff2905a10f8bd76b522f306b975f01509f75381abc16d124f0f296a03dcbb.png"
},
{
"position": 2,
"title": "THE BEST 10 Hair Salons in PARIS, FRANCE - Last Updated March 2024",
"link": "https://m.yelp.com/search?cflt=hair&find_loc=Paris",
"source": "Yelp",
"source_thumbnail": "https://serpapi.com/searches/65f9bb1710a0710bed0f16da/images/5f2ff2905a10f8bd66c79479fa4a7d9e38924cb8dbfa3e515d15e2d392769818.png"
},
{
"position": 3,
"title": "Top 20 Coiffeurs et salons de coiffure à Paris",
"link": "https://www.treatwell.fr/salons/soins-groupe-coiffure/offre-type-local/dans-paris-france/",
"source": "Treatwell",
"source_thumbnail": "https://serpapi.com/searches/65f9bb1710a0710bed0f16da/images/5f2ff2905a10f8bde8f03970e20e1c1a4a7e8cc364b6a84e38b637954e54d6b4.png"
},
...
]
...
}