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).
Features
Input: Accepts an array of zip codes.
Output: Returns detailed geographical information for each zip code in a structured JSON format.
Usage
Input Schema
The actor accepts the following input:
1{2"zips":["90210","10001","30301"]3}
Parameters:
zips (required): An array of zip codes to retrieve data for.
Output Schema
The output is an array of objects, where each object represents geographical data for a zip code:
counties: The county (or counties) for the zip code.
centroid: An object containing the latitude (lat) and longitude (lon) of the geographical center of the zip code.
How to Run
Deploy the Actor: Deploy this actor to your Apify account.
Run the Actor: Provide the input zip codes and optional proxy settings.
Retrieve Results: Download the output JSON file or access the dataset in your Apify account.
Example Use Cases
Data Enrichment: Use this actor to enrich customer data with geographical information.
Mapping Applications: Fetch coordinates for mapping and location-based tools.
Regional Analysis: Identify states, cities, and counties for zip codes in specific regions.
Limitations
The accuracy of data depends on the source used for zip code lookups.
Ensure proper proxy configuration to avoid IP-based rate limits.
Support
If you encounter any issues or have questions, feel free to open an issue.
Frequently Asked Questions
Is it legal to scrape job listings or public data?
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.
Do I need to code to use this scraper?
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.
What data does it extract?
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Can I scrape multiple pages or filter by location?
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
How do I get started?
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!