Scrapes geographical data for a list of zip codes. For each zip code, it provides the state, city, county (or counties), and geographical centroid (latitude and longitude).
This Apify actor retrieves geographical data for a list of zip codes. For each zip code, it provides the state, city, county (or counties), and geographical centroid (latitude and longitude).
The actor accepts the following input:
1{ 2 "zips": ["90210", "10001", "30301"] 3}
The output is an array of objects, where each object represents geographical data for a zip code:
1[ 2 { 3 "zip": "90210", 4 "state": "CA", 5 "city": "Beverly Hills", 6 "counties": "Los Angeles", 7 "centroid": { 8 "lon": -118.414739, 9 "lat": 34.101005 10 } 11 }, 12 { 13 "zip": "10001", 14 "state": "NY", 15 "city": "New York", 16 "counties": "New York", 17 "centroid": { 18 "lon": -73.996985, 19 "lat": 40.75011 20 } 21 } 22]
lat
) and longitude (lon
) of the geographical center of the zip code.If you encounter any issues or have questions, feel free to open an issue.
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!