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 return structured JSON through an API. Scrappa is built for teams comparing SerpAPI, Serper.dev, and custom scrapers who want lower request costs without running browsers, captchas, or proxy logic.
Use Scrappa like a SERP API: send HTTP requests and receive normalized Google Maps data.
Open the Playground from the docs and run the same endpoint before wiring your app.
Buy credits when you need them. No forced monthly plan for small tests or ad-driven trials.
API-first output, 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"
{
"places": [
{
"name": "Mitte Dental Studio",
"phone": "+49 30 123456",
"website": "https://example.com",
"rating": 4.8,
"reviews": 214,
"address": "Berlin, Germany",
"coordinates": {"lat": 52.5200, "lng": 13.4050}
}
]
}
No credit card required to test the API.
Per 1,000 API requests on the entry credit pack.
One API request uses one Scrappa credit across supported endpoints.
If you are comparing Scrappa with SerpAPI, Serper.dev, or a custom scraping stack, the decision usually comes down to first useful response, request cost, and how quickly your team can test real JSON.
| Decision point | Scrappa | Typical alternative |
|---|---|---|
| Entry testing | 500 free monthly API credits, no card required | Trial, plan decision, or one-time free allowance before testing at volume |
| Starting request cost | $0.30 per 1,000 requests on the $10 credit pack | Higher effective cost, monthly minimums, or larger prepaid top-ups |
| Billing model | Credits can be bought when a project needs them | Recurring plan quotas that reset each month |
| Google Maps workflow | Search, business details, reviews, and photos in one API | Separate endpoint setup or browser-scraper work before the first useful response |
The strongest ad traffic is not looking for a browser extension or a one-off export. It is looking for a reliable API that turns Google Maps data into JSON 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, similar to how teams evaluate SERP APIs like SerpAPI or Serper.dev.
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.
Scrappa is closer to a developer API like SerpAPI or Serper.dev. It returns structured JSON through authenticated API endpoints rather than focusing on manual CSV exports or browser extensions.
No. Scrappa handles the scraping infrastructure and returns normalized JSON through API endpoints, so your app can work with data instead of browser sessions.