-
Notifications
You must be signed in to change notification settings - Fork 393
Open
Description
Overview
- Client ID: Ot5iJ5_c6bOAhjnEHVZY9Q
- Issue type: bug
- Summary: Getting different results for same offset
- Platform: Web
Description
Hi, I am using YELP API and I am extracting restaurants data from all US states. So I Get 2550 rows.
When I run the script two times for same offset I should get same results.
But there are always like 20, 15 rows which are different
More information
Endpoint
Fusion Search API
Parameters or Sample Request
state is iterator and i have list of states. I am using python.
params = {'term': food, 'limit': 50, 'offset': 0, 'location':state}
Metadata
Metadata
Assignees
Labels
No labels