AS
Apify Store
/tri_angle/yelp-scraper
Scrape Yelp
Free Yelp web scraper to extract data from Yelp. Fast Yelp review scraper, but also gets business details and ratings without using the Yelp API.
liveverifiedasyncunknown~30s typical
yelpreviewsbusinesses
$0.0020
per result + $0.01 call
plus $0.001 platform fee per run
Usage-based actor: event charges passed through at cost plus 25%
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /tri_angle/yelp-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| searchTerms | array | Here you can provide a search queries for Yelp businesses to scrape. Requires 'Locations' to be set as well.<br /><br /><strong>Use 'Search Terms', 'Direct URLs', or both — they are scraped together.</strong> |
| locations | array | Locations that will be searched for each search term. |
| searchLimit | integer | How many search results (eq. Yelp businesses) should be processed per search query |
| directUrls | array | If you already have URL(s) of page(s) you wish to scrape, you can set them here.<br /><br /><strong>Use 'Search Terms', 'Direct URLs', or both — they are scraped together.</strong> default [] |
| maxImages | integer | Maximum number of images per business. The first 20 come free with the business page. Every additional 30 images requires one extra request, charged as one photo page event. default 20 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/tri_angle/yelp-scraper","input":{"searchTerms":["med spa"],"locations":["Austin, TX"],"maxItems":20},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /tri_angle/yelp-scraper -i '{"searchTerms":["med spa"],"locations":["Austin, TX"],"maxItems":20}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/tri_angle/yelp-scraper", input: {"searchTerms":["med spa"],"locations":["Austin, TX"],"maxItems":20}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.