Compare Addresses
No credit card required
Compare Addresses
No credit card required
Matches addresses in different formats, using geocoding. It fetches geocodes from Google Map, compares them, and returns the matching addresses, within some threshold.
You can access the Compare Addresses programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "group1": [
3 {
4 "key": "Vodičkova 704/36, 110 00 Nové Město",
5 "value": "50.0813488174,14.42542405588"
6 }
7 ],
8 "group2": [
9 {
10 "key": "Praha, Vodičkova, 704/36, 110 00",
11 "value": ""
12 }
13 ]
14}' |
15apify call marco.gullo/compare-addresses --silent --output-dataset
Compare Addresses API through CLI
The Apify CLI is the official tool that allows you to use Compare Addresses locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
Actor Metrics
1 monthly user
-
2 stars
>99% runs succeeded
Created in May 2024
Modified 4 months ago