I’m trying to scrape this site: https://www.dysportusa.com/find-a-specialist
There’s an API using a GET Request:
https://www.dysportusa.com/api/find-a-specialist?latitude=32.79742543951647&longitude=-117.24333717347025&take=100&radius=150&zipToSortBy=92109
I have a list of coordinates, with the corresponding zipcodes to try to make calls to the API, but keep getting
{'message': 'Validation Error', 'status': 403, 'data': {'message': 'You have no permission to access this API. Contact admin'}}
When I use the website to make a call, and then click on the url of the API, sometimes I get an error as well, despite the website having loaded the data.
Is there any way around this?
michaelkim25 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1