facebookresearch / Ad-Library-API-Script-Repository

GitHub repository of commonly used python scripts that allows everyone to pull data via the Ad Library API
Other
213 stars 84 forks source link

Please reduce the amount of data you're asking for, then retry your request? #26

Open frapierri opened 1 year ago

frapierri commented 1 year ago

Hi, I get the following error after getting 32,000 ads:

{'error': {'code': 1, 'message': "Please reduce the amount of data you're asking for, then retry your request"}}

Can you explain what it means and how I can overcome this, as I am trying to gather all ads published within a given time interval of start and stop dates?

It's not clear how I can "cut" my query in chunks since that was what the paging is already supposed to do, right?

Thanks.