Documentation Index
Fetch the complete documentation index at: https://docs.mindcase.co/llms.txt
Use this file to discover all available pages before exploring further.
$0.4 / 1k reviews
Extract Yelp review text, rating, author, and date from a list of review URLs
Endpoint
POST /api/v1/agents/yelp/reviews/run
Parameters
List · Yelp business URLs (e.g. https://www.yelp.com/biz/bar-54-new-york-2). One per line.
Number · Reviews per business URL. Use 0 for all.
Date picker · Earliest review date. Leave blank for no lower bound.
Date picker · Latest review date. Leave blank for no upper bound.
Dropdown · Filter to reviews in this language. Leave blank for all.
Show all 24 options
Show all 24 options
en, es, fr, de, it, nl, pt, ru, ja, zh, zh_TW, ko, tr, ar, da, fi, no, sv, he, th, pl, cs, hu, elLegend: en = English, es = Spanish, fr = French, de = German, it = Italian, nl = Dutch, pt = Portuguese, ru = Russian, ja = Japanese, zh = Chinese (Simplified), zh_TW = Chinese (Traditional), ko = Korean, tr = Turkish, ar = Arabic, da = Danish, fi = Finnish, no = Norwegian, sv = Swedish, he = Hebrew, th = Thai, pl = Polish, cs = Czech, hu = Hungarian, el = GreekView all 24 as a structured list →Response columns
| Field | Display name | Type |
|---|---|---|
businessUrl | Business URL | url |
businessName | Business Name | text |
reviewText | Review Text | text |
rating | Rating | rating |
posted | Posted | text |
language | Language | text |
reviewer | Reviewer | text |
reviewerUrl | Reviewer URL | url |
reviewerLocation | Reviewer Location | text |
reviewerReviews | Reviewer Reviews | number |
photos | Photos | text |
helpful | Helpful | number |
loveThis | Love This | number |
ohNo | Oh No | number |
thanks | Thanks | number |
Example
Example response
Response