Is the returned .metadata.listings_count value representing the number of results found? I can't find any other field that is providing a count.
Assuming #1 is correct, when there are a lot of results (>350), I observed that only the first 350 listings returned is unique (this is involving incrementing the offset at each iteration by 50). If you try to get more after that the results are just a duplicate of what was previously returned.
Is the returned .metadata.listings_count value representing the number of results found? I can't find any other field that is providing a count.
Assuming #1 is correct, when there are a lot of results (>350), I observed that only the first 350 listings returned is unique (this is involving incrementing the offset at each iteration by 50). If you try to get more after that the results are just a duplicate of what was previously returned.