Compare Addresses avatar
Compare Addresses

Pricing

Pay per usage

Go to Store
Compare Addresses

Compare Addresses

Developed by

Marco Gullo

Marco Gullo

Maintained by Community

Matches addresses in different formats, using geocoding. It fetches geocodes from Google Map, compares them, and returns the matching addresses, within some threshold.

0.0 (0)

Pricing

Pay per usage

2

Total users

6

Monthly users

2

Runs succeeded

>99%

Last modified

9 months ago

You can access the Compare Addresses programmatically from your own applications by using the Apify API. You can also 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.

$echo '{
< "group1": [
< {
< "key": "Vodičkova 704/36, 110 00 Nové Město",
< "value": "50.0813488174,14.42542405588"
< }
< ],
< "group2": [
< {
< "key": "Praha, Vodičkova, 704/36, 110 00",
< "value": ""
< }
< ]
<}' |
<apify 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

$npm i -g apify-cli
$apify login

Other API clients include: