Using the Places API I’m wondering if there’s a search filter I can add to query past year+month/week’s data?

Whatever you changed did it, things are running now. I think it must have been the trial limit. And to verify, if I would like to get more than 500 requests is the recommended method to run it in a loop? Or is there a command in the “after” I could set so that it continued until the end

Ah, it is the pagination section of the documentation

yea, the after input takes in the cursor. you can either pull in the last cursor for that page from the pageInfo or call cursor in the node and pull in the cursor for the last node.

the pageInfo is to make it easier. the cursor can help if it breaks or something like that and you want to start from the last item