-
Notifications
You must be signed in to change notification settings - Fork 4
allconnect URL research
Paul Philion edited this page Mar 16, 2024
·
3 revisions
Some notes about the contents of the URL requested details from allconnect.com
https://geopy.readthedocs.io/en/stable/#nominatim
https://www.allconnect.com/local/va/arlington?
city=Arlington&
primary=3109&
street_line=3109%209th%20St%20N&
street=9th%20St&
postDirection=N&
point=%7B%22latitude%22%3A38.883003%2C%22longitude%22%3A-77.095169%7D&
state=VA&
zip9=22201-2024&
zip5=22201&
zip9or5=22201-2024&
prettyAddress=3109%209th%20St%20N%2C%20Arlington%2C%20VA%2022201-2024&zip=22201-2024
Experimentation with the URL query params indicates that the request requires the full set of params, including the redundant state and city in the URL.
The address details are also required to be standardized before submitting, otherwise the default results for the /local/state/city are returned regardless of the specific query parameters. This means the scraping process will need to validate/process the address string in some way.... Hopefully the same way the request to OpenStreetMaps is made by the Map visualization.