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}
Overview
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}