Skip to main content
The Google Local plugin turns a Google Local (Maps) search into structured JSON. Give it a search phrase and a country, and it returns the businesses Google shows in its local finder - each with name, rating, review count, price level, category, address, opening hours and a top review snippet. It runs on the same warm, anti-bot-cleared Google sessions as our SERP endpoint, so you get the local pack without a Google Places API key, billing project, or quota approval.
Try it in the dashboard first: app.scrapeunblocker.com/dashboard/plugins. You get a live results view plus a copy-paste snippet.

Endpoint

Because local results depend on location, pass proxy_country (and optionally gl) that match the market you care about - a search from a US exit returns US businesses.

Response

A JSON object with a results array (up to ~20 businesses) plus counts:

What you can build

  • Local lead generation - pull every business for a category and city, with contact-ready name and address.
  • Review and rating monitoring - track how a business (or its competitors) ranks and rates over time.
  • Local SEO research - see who ranks in the local pack for a keyword and market, and how positions move.
  • Market mapping - enumerate coverage of a category across many cities.

Google’s own Places API

Google offers the Places API directly, but it requires a Google Cloud project, an API key, per-request billing, and it meters and restricts what you can pull. This plugin needs none of that: sign up, add your ScrapeUnblocker key, and pull local listings the same day - from the dashboard or from code.

Next steps

Open the plugins

Run a Google Local search and grab the JSON.

Get an API key

Free trial available on the pricing page.