Replies: 2 comments 4 replies
-
I have seen a couple of different issues mentioned by other users over the past couple of years. One where the filtering on that endpoint wasn't applying, not sure if it was taxonomy related exactly Then another where the pagination worked for the first offset or so, but then it started to return unrelated listings to what the filter was asking for. Not sure if these were ever fixed or not. When you get a response from a request, the headers include an Etsy Request ID. If you grab that from a request which doesn't return what you expected then you should email the Etsy Devs, explain the problem and provide the Etsy Request IDs from your requests and they should be able to trace what happens at their end. |
Beta Was this translation helpful? Give feedback.
-
Hey, additionally there is a hard limit for the offset parameter to 12000. You can find this in the docs here: https://developers.etsy.com/documentation/essentials/urlsyntax#pagination
Depending on your use case you may need to narrow down your filters. I.e. fetching listings shop by shop, etc. so that you do not hit the limit. Hope this helps. Cheers, |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I am trying to extract all active listings under a particular taxonomy category .
While I am able to extract listings using the api, I repeatedly get a HTTP 400 error after the offset parameter reaches 12100.
Does this endpoint have an offset limit? how do I go around this?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions