Yelp / yelp-fusion

Yelp Fusion API
https://yelp.com/developers
MIT License
403 stars 394 forks source link

getting different results for same offset #674

Open hamza1424 opened 2 years ago

hamza1424 commented 2 years ago

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}