Has anybody used Search by Radius API?

API question: Has anybody used Search by Radius API? I am looking for python example code for the same. I could not find it either in the API documentation or in python library documentation.


This topic was automatically generated from Slack. You can find the original thread here.

1 Like

hi arindam, here is an example of how to do search by radius: https://docs.safegraph.com/reference/search-by-radius

let me know if you have any questions

does search by radius also limit max results to 500 poi’s?

yup, you would also need to use the cursor pagination fields to pull down all of the pois

@vchen Is there a python example code, I can refer to?

here is an example of the query wrapped in python query.py · GitHub

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.