Apple Maps Business Listings Scraper avatar

Apple Maps Business Listings Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Apple Maps Business Listings Scraper

Apple Maps Business Listings Scraper

Scrape Business Listings from Apple Maps. Apple's mapping platform has unique business data including Apple's proprietary percentage-based ratings, aggregated reviews from Yelp & TripAdvisor & more. Business names and categories, Hours, NAP, websites, & more.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

1

Bookmarked

28

Total users

8

Monthly active users

11 days ago

Last modified

Share

Scrape business listings from Apple Maps. Extract business names, categories, ratings (Apple's % rating + Yelp/Tripadvisor aggregated), hours, and more.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"searchQueries": [
"pizza austin tx"
],
"maxResults": 20,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
}
}

Run with real data

{
"demoMode": false,
"searchQueries": [
"pizza austin tx"
],
"maxResults": 20,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
}
}

Input Parameters

ParameterTypeDefaultRequiredDescription
searchQueriesarray-NoList of search queries (e.g., 'pizza new york', 'coffee shop seattle')
searchQuerystring-NoSingle search query — use this OR searchQueries above (e.g., "pizza austin tx")
maxResultsinteger20NoMaximum number of business listings to extract per search query
demoModebooleantrueNoRun with sample business data. Perfect for testing. Set to false for real scraping.
proxyConfigurationobject-NoProxy settings - residential proxies recommended for Apple Maps
webhookUrlstring-NoURL to send results to (Zapier, Make, n8n, etc.)

Pricing

This actor uses pay-per-event billing:

EventDescriptionPrice
Business ScrapedEach Apple Maps business listing scraped$0.06

Demo mode is free -- no charges for sample data.


Troubleshooting

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal