Skip to content
This repository has been archived by the owner on Apr 10, 2021. It is now read-only.

Cannot raise the limit over 100 #10

Open
jbrashear opened this issue Feb 10, 2015 · 1 comment
Open

Cannot raise the limit over 100 #10

jbrashear opened this issue Feb 10, 2015 · 1 comment

Comments

@jbrashear
Copy link

Hello,
I need to get records for 3600 domains. The problem I am running into is the limit of 100.
If I change that to saw 200 It seems to break the code. I am sorta at a loss and must be missing something.

@Snider
Copy link
Owner

Snider commented Feb 18, 2015

Hiya,

its been awhile since i played with their API but seam to remember there being a hardset limit server side to the amount of records returned per api call.... but its been awhile so could be totally wrong.

have you tried looping and adjusting the $offset value (0, 100, 200, 300....)? you would have to check the last api call returned 100 results and if lowwer that would be the end of the list.

Paul

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants