FedEx Location Finder Scraper
Pricing
from $11.99 / 1,000 result items
FedEx Location Finder Scraper
Scrapes FedEx locations near a given address or ZIP code. Returns location type, address, and distance. Export to CSV, JSON, Excel, or XML.
Pricing
from $11.99 / 1,000 result items
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
FedEx Location Finder Scraper
Scrape FedEx locations by city, ZIP code, or address, up to a million per run. Each location comes with its type, address, and distance from your search point. No login or API key. Export to CSV, JSON, Excel, or XML.
FedEx's official location finder is built for one-off lookups, not bulk data. This Actor reads the public location finder directly, filters by location type and radius, and returns every match in one fixed schema. Search by city, state, ZIP code, or full address, and get FedEx Office, OnSite, Drop Box, and Ship Center locations in minutes.
| Who uses it | What they scrape FedEx for |
|---|---|
| E-commerce operations managers | Build a list of FedEx drop-off points near their customers to show at checkout |
| Logistics analysts | Map FedEx network coverage in a region to plan shipping routes |
| Market researchers | Compare FedEx location density against competitors in a metro area |
| App developers | Populate a store locator with FedEx locations without manual entry |
What it does
This Actor collects FedEx locations near a given address or ZIP code and returns each one as a flat row with its type, address, and distance.
- 📍 Location search: city, state, ZIP code, or full address, with a radius up to 500 miles.
- 🏷️ Type filter: FedEx Office, OnSite, Drop Box, or Ship Center, or all types.
- 🔢 Max items: cap the number of locations per run from 1 to 1,000,000.
Results export to CSV, JSON, Excel, or XML, or straight from the API.
What you can do with FedEx data
🛒 Show drop-off points at checkout.
An e-commerce store runs the Actor for each customer's ZIP code and displays the nearest FedEx locations as shipping options.
🗺️ Map FedEx coverage.
A logistics analyst scrapes all FedEx Ship Centers in a state and plots them to identify service gaps.
📊 Compare location density.
A market researcher collects FedEx and UPS locations in the same cities and compares counts per square mile.
📱 Build a store locator.
An app developer scrapes FedEx OnSite locations once a week and feeds them into a mobile locator.
Why choose this scraper
| What you get | |
|---|---|
| No API key | Uses the public FedEx location finder, no registration or token |
| Bulk export | Get thousands of locations in one run, not one page at a time |
| Fixed schema | Every row has the same fields, ready for your database or spreadsheet |
How it compares
This Actor focuses on FedEx locations only, while the competitor covers USPS, UPS, and FedEx in one scraper.
| Feature | ParseForge | Shipping Location Finder (USPS, UPS, FedEx) |
|---|---|---|
| FedEx location types (Office, OnSite, Drop Box, Ship Center) | Yes | Not listed |
| Search by city, state, ZIP code, or address | Yes | Not listed |
| Radius filter in miles | Yes | Not listed |
| Max items limit | Yes | Not listed |
| USPS and UPS locations | No | Yes |
Configure the run
Drive the Actor from a location string and optional radius and type filters, and it returns up to the number of locations you set. The Input tab lists every parameter.
A first run with the defaults:
{"maxItems": 10,"location": "New York"}
A larger pull:
{"maxItems": 200,"location": "New York"}
Pricing
Pay-per-result: $0.01599 per result collected. You pay only for the results written to your dataset.
| Results collected | Approximate cost |
|---|---|
| 100 results | $1.60 |
| 1,000 results | $15.99 |
| 10,000 results | $159.90 |
New Apify accounts start with $5 in free credit.
Free users
Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.
Run it
- Create a free Apify account with $5 in credit.
- Open the FedEx Location Finder Scraper.
- Set your inputs and any filters, then click Start.
- Export the results as CSV, Excel, JSON, or XML from the Dataset tab.
Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.
Use with AI agents (MCP)
Give an AI agent live access to FedEx through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:
$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/fedex-location-finder-scraper"
Then prompt it in plain language to run the scraper and read back the results.
Troubleshooting
Why am I getting no results?
Make sure your location string is a real city, state, or ZIP code. Increase the radius, and if you set a location type, try 'All Types' to see if any locations exist.
Why are results far from my location?
The FedEx finder may return the closest locations even if they are outside your radius. Increase the radius or use a more specific address.
Why did the run stop before maxItems?
The Actor stops when there are no more locations matching your filters. Try a larger radius or remove the type filter.
Why is the distance field missing?
Distance is calculated from your search point. If you used a broad location like a state, the finder may not return a distance for every result.
Can I get more than 1,000,000 locations?
No, the maximum is 1,000,000 per run. If you need more, split your search into smaller areas and run multiple times.
FAQ
| Question | Answer |
|---|---|
| What can I search by? | You can search by city, state, ZIP code, or a full street address. The Actor passes your string to the FedEx location finder and returns matches within the radius you set. |
| What location types can I filter? | You can filter by FedEx Office, FedEx OnSite (such as Walgreens), FedEx Drop Box, or FedEx Ship Center. Choose 'All Types' to get everything. |
| How many locations can I get? | You can set maxItems from 1 to 1,000,000. The Actor stops when it reaches that number or when there are no more matches. |
| Does this use the official FedEx API? | No, it reads the public FedEx location finder website directly, so you do not need an API key or FedEx developer account. |
| What data does each location include? | Each row includes the location type, name, address, city, state, ZIP code, phone, and distance from your search point, among other fields. |
| Can I export the results? | Yes, you can export to CSV, JSON, Excel, or XML from the Apify dataset. |
| Is this legal? | You should only scrape public data in accordance with FedEx's terms of service and applicable laws. Apify is not responsible for how you use the data. |
| Can I run this on a schedule? | Yes, you can set up an Apify schedule to run the Actor daily, weekly, or at any interval to keep your location data fresh. |
| What if I get no results? | Check that your location string is valid and that the radius is large enough. Also try removing the type filter to see all locations. |
| How do I search multiple locations at once? | Run the Actor once per location, or use Apify's API to loop over a list of ZIP codes and merge the results. |
Related actors
Browse the full ParseForge collection for more scrapers.
🆘 Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.
⚠️ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by FedEx Corporation. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.
