Build local lead lists
Search Google Maps by category and location, then collect names, websites, phone numbers, ratings, addresses, coordinates, and business identifiers.
Search Google Maps, fetch business details, collect reviews, and export structured JSON without maintaining scrapers, browsers, captchas, or proxy logic.
500 free credits every month. No credit card required.
GET
curl "https://scrappa.co/api/maps/simple-search?query=dentists+in+Berlin" \
-H "X-API-KEY: $SCRAPPA_API_KEY"
No credit card required to test the API.
Per 1,000 requests on the entry credit pack.
One request uses one Scrappa credit.
The strongest ad traffic is not looking for a generic scraping platform. It is looking for a reliable way to extract Google Maps data now.
Search Google Maps by category and location, then collect names, websites, phone numbers, ratings, addresses, coordinates, and business identifiers.
Turn a place or business identifier into structured fields your CRM, directory, or internal database can use without parsing Google Maps pages.
Fetch reviews, ratings, photos, hours, and profile metadata for local SEO tools, reputation dashboards, and market research workflows.
Start with search, then enrich each listing with details, reviews, and photos as your workflow needs more data.
| Endpoint | Path | Use it for | Docs |
|---|---|---|---|
| Simple Search | /api/maps/simple-search |
Find places and businesses from a query like "dentists in Berlin" or "coffee shops near Austin". | Open |
| Business Details | /api/maps/business-details |
Fetch contact fields, address, website, rating, categories, hours, coordinates, and profile metadata. | Open |
| Reviews | /api/maps/reviews |
Pull paginated Google Maps reviews with author, rating, text, date, language, and owner-response fields. | Open |
| Photos | /api/maps/photos |
Retrieve Google Maps business and place photos for directory, listing, and enrichment workflows. | Open |
/api/maps/simple-search
Find places and businesses from a query like "dentists in Berlin" or "coffee shops near Austin".
Open docs/api/maps/business-details
Fetch contact fields, address, website, rating, categories, hours, coordinates, and profile metadata.
Open docs/api/maps/reviews
Pull paginated Google Maps reviews with author, rating, text, date, language, and owner-response fields.
Open docs/api/maps/photos
Retrieve Google Maps business and place photos for directory, listing, and enrichment workflows.
Open docsCreate an API key, run a Google Maps search in the Playground, and move the same request into your application when the response shape matches your workflow.
It is an API for Google Maps scraping workflows. You send HTTP requests to Scrappa and receive structured JSON for searches, business details, reviews, photos, directions, and autocomplete.
Yes. The common workflow is to search a category and location, then enrich each business with website, phone, address, rating, review count, coordinates, and other public profile fields.
Every account receives 500 free credits each month. Paid credit packs start at $10 for 33,000 credits, which is about $0.30 per 1,000 requests.
No. Scrappa handles the scraping infrastructure and returns normalized JSON through API endpoints, so your app can work with data instead of browser sessions.