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.
Address Parser is an NLP tool that can parse unstructured address string into clean and structure address object.You can also export listings to JSON/CSV or any other as format supported by Apify.
Click on the input tab for a full explanation of input in JSON.
Input sample
1{ 2 "addresses": [ 3 "257 Fireweed Ln Ketchikan Alaska 99901 USA", 4 "3448 Ile De France St #242, Fort Wainwright, Alaska 99703, USA", 5 ], 6 "batchSize": 20 7}
addresses - you can provide in a list of address strings.
Output sample
1[ 2 { 3 "state": "alaska", 4 "building_number": "257", 5 "country": "usa", 6 "city": "ketchikan", 7 "street": "fireweed ln", 8 "zipcode": "99901" 9 }, 10 { 11 "unit": "#242", 12 "state": "alaska", 13 "building_number": "3448", 14 "country": "usa", 15 "city": "fort wainwright", 16 "street": "ile de france st", 17 "zipcode": "99703" 18 } 19]
NOTE: as Address Parse is NLP based there can be results that might not match reality 100%.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!