Bulk Address Parser avatar
Bulk Address Parser

Pricing

$14.99/month + usage

Go to Store
Bulk Address Parser

Bulk Address Parser

Developed by

API Master

API Master

Maintained by Community

Address Parser is an NLP tool that can parse unstructured address strings into clean and structure address objects.You can also export listings to JSON/CSV or any other as format supported by Apify.

0.0 (0)

Pricing

$14.99/month + usage

3

Total users

25

Monthly users

1

Runs succeeded

>99%

Last modified

2 years ago

You can access the Bulk Address Parser 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.

1echo '{
2  "addresses": [
3    "257 Fireweed Ln Ketchikan Alaska 99901 USA"
4  ],
5  "batchSize": 1
6}' |
7apify call inquisitive_sarangi/bulk-address-parser --silent --output-dataset

Bulk Address Parser API through CLI

The Apify CLI is the official tool that allows you to use Bulk Address Parser locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include: