Apify Store
AS
Apify Store
/tri_angle/yelp-review-scraper

Yelp Review Scraper

Scrape reviews from Yelp.com

liveasyncunknown~30s typical
travelyelpreview
$0.0025
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.002 per result; Cracked adds 25% plus a $0.005 call fee
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-review-scraper for me.

Input

FieldTypeDescription
startUrls*arrayProvide Yelp business URLs, e.g., https://www.yelp.com/biz/bar-54-new-york-2.
maxReviewsPerUrlintegerSet the maximum number of reviews to extract for each business.
languagestring ( | en | es | fr | de | it)Select the language of the reviews. default ""
dateFromstringSelect the starting date in format YYYY-MM-DD. Only reviews created on or after this date will be included.
dateTostringSelect the end date in format YYYY-MM-DD. Only reviews created on or before this date will be included.

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-review-scraper","input":{"startUrls":[{"url":"https://www.yelp.com/biz/la-degustation-boh%C3%AAme-bourgeoise-praha"}],"maxReviewsPerUrl":30},"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-review-scraper -i '{"startUrls":[{"url":"https://www.yelp.com/biz/la-degustation-boh%C3%AAme-bourgeoise-praha"}],"maxReviewsPerUrl":30}' -w 120
mcp
run_tool({ provider: "apify", endpoint: "/tri_angle/yelp-review-scraper", input: {"startUrls":[{"url":"https://www.yelp.com/biz/la-degustation-boh%C3%AAme-bourgeoise-praha"}],"maxReviewsPerUrl":30}, wait: false })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.