VOOZH about

URL: https://apify.com/alizarin_refrigerator-owner/shipping-location-finder-usps-ups-fedex

โ‡ฑ Shipping Location Finder (USPS, UPS, FedEx) ยท Apify


๐Ÿ‘ Shipping Location Finder (USPS, UPS, FedEx) avatar

Shipping Location Finder (USPS, UPS, FedEx)

Pricing

from $0.01 / 1,000 results

Go to Apify Store

Shipping Location Finder (USPS, UPS, FedEx)

Find Every Shipping Location Near You Need to ship a package but don't know where to go? Post offices, UPS Stores, FedEx locations, drop boxes, access points โ€” they're everywhere, but finding them all in one place is a hassle. The Shipping Location Finder searches USPS, UPS, and FedEx locations

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 months ago

Last modified

Share

Find nearby post offices, UPS stores, and FedEx locations. Get addresses, hours, services, and drop-off deadlines.

Features

Multi-Carrier Search

Search all three carriers with a single query:

CarrierLocation Types
USPSPost Offices, Approved Shippers, Self-Service Kiosks, Collection Boxes
UPSUPS Stores, Customer Centers, Access Points, Drop Boxes
FedExFedEx Office, Ship Centers, Drop Boxes, Authorized Ship Centers

Rich Location Data

Each location includes:

  • Full address with GPS coordinates
  • Phone number
  • Hours of operation (by day)
  • Services available
  • Drop-off deadlines by service type
  • Distance from search location

Sort by Distance

Results are automatically sorted by distance, showing the nearest locations first.


Quick Start

{
"input":"your input here"
}

Demo Mode

Set demoMode: true to test with sample data (no charges). When you're ready for real results, set demoMode: false or omit it.

{
"demoMode":true,
...
}

Input Parameters

ParameterTypeRequiredDefaultDescription
zipCodestringNo*-ZIP code to search near
addressstringNo-Street address for precise search
citystringNo*-City name
statestringNo*-State abbreviation
radiusnumberNo10Search radius
radiusUnitstringNomiUnit (mi or km)
carriersarrayNoAllCarriers to search
maxResultsnumberNo20Max locations to return
demoModebooleanNotrueUse sample data

*At least zipCode OR city+state is required.


Output Format

{
"searchLocation":{
"zipCode":"78701"
},
"radius":10,
"radiusUnit":"mi",
"carriers":["USPS","UPS","FedEx"],
"locations":[
{
"carrier":"FedEx",
"name":"FedEx Drop Box",
"type":"Drop Box",
"address":"500 E 4th St",
"city":"Austin",
"state":"TX",
"zipCode":"78701",
"country":"US",
"phone":"",
"distance":0.2,
"distanceUnit":"mi",
"latitude":30.2665,
"longitude":-97.7400,
"hours":{
"monday":"24 Hours",
"tuesday":"24 Hours",
"wednesday":"24 Hours",
"thursday":"24 Hours",
"friday":"24 Hours",
"saturday":"24 Hours",
"sunday":"24 Hours"
},
"services":["Package Drop-off"],
"dropOffDeadlines":[
{"service":"FedEx Express","deadline":"6:00 PM"}
]
},
{
"carrier":"USPS",
"name":"Downtown Post Office",
"type":"Post Office",
"address":"100 E 6th St",
"city":"Austin",
"state":"TX",
"zipCode":"78701",
"country":"US",
"phone":"(512) 555-0100",
"distance":0.3,
"distanceUnit":"mi",
"latitude":30.2672,
"longitude":-97.7431,
"hours":{
"monday":"8:30 AM - 5:00 PM",
"tuesday":"8:30 AM - 5:00 PM",
"wednesday":"8:30 AM - 5:00 PM",
"thursday":"8:30 AM - 5:00 PM",
"friday":"8:30 AM - 5:00 PM",
"saturday":"9:00 AM - 1:00 PM",
"sunday":"Closed"
},
"services":["Retail Services","PO Boxes","Passport Services","Money Orders"],
"dropOffDeadlines":[
{"service":"Priority Mail Express","deadline":"5:00 PM"},
{"service":"Priority Mail","deadline":"5:00 PM"}
]
}
],
"uspsCount":3,
"upsCount":3,
"fedexCount":3,
"totalCount":9,
"queriedAt":"2025-01-14T12:00:00.000Z"
}

Pricing

This actor uses pay-per-event billing:

  • data_point: $0.01 per result

Use Cases

E-commerce Returns

Help customers find the nearest drop-off location for returns. Show them options for all carriers.

Shipping Apps

Build a "ship from here" feature that shows nearby locations on a map.

Store Locators

Create a shipping location finder for your website or app.

Logistics Planning

Find locations with specific services (passport, notary, dangerous goods, etc.).

Last-Minute Shipping

Find locations open late or with latest drop-off deadlines to meet shipping cutoffs.



Common Problems & Solutions

"Invalid API key" error

Cause: Your API key is wrong, expired, or doesn't have the right permissions. Fix: Double-check your API key. Make sure you copied it exactly without extra spaces.

"Rate limit exceeded" error

Cause: You've hit the API's rate limits. Fix: Wait a few minutes, then try again. Consider reducing the number of concurrent requests.

Empty or incomplete results

Cause: The target may have anti-scraping protection or the data doesn't exist. Fix:

  • Check if the URL/search query is correct
  • Try with different parameters
  • Some sites may block automated access

Demo data showing instead of real results

Cause: demoMode is still set to true. Fix: Set demoMode: false and provide your API key(s).

๐Ÿ“ž Support


Built by John Rippy | Actor Arsenal

You might also like

Shipping Rate Comparison (USPS, UPS, FedEx)

alizarin_refrigerator-owner/shipping-rate-comparison-usps-ups-fedex

Compare Shipping Costs Across All Major Carriers Shipping costs vary wildly between carriers. The same package can cost $8 with USPS or $25 with FedEx โ€” but most people don't have time to check all three. The Shipping Rate Comparison actor queries USPS, UPS, and FedEx APIs simultaneously

FedEx Location Finder Scraper

parseforge/fedex-location-finder-scraper

Find FedEx offices, drop boxes, ship centers, and OnSite locations near any city, ZIP code, or address. Get operating hours, available services, package weight and dimension limits, host business names, GPS coordinates, and contact details per location.

Multi-Carrier Package Tracking (USPS, UPS, FedEx)

alizarin_refrigerator-owner/multi-carrier-package-tracking-usps-ups-fedex

Track Packages Across All Major Carriers Managing shipments from multiple carriers is a pain. Different APIs, different authentication methods, different response formats. USPS uses XML, UPS requires OAuth, FedEx has its own auth flow. The Multi-Carrier Package Tracking tracks all

45

5.0

UPS Tracking Info

spencers/ups-tracking-info

The unofficial UPS tracking info API -- Get package status, shipping events, and more!

30

17Track Package Tracking Scraper

crawlerbros/seventeen-track-scraper

Multi-carrier package tracking via 17track.net - track packages from FedEx, UPS, USPS, DHL, Amazon, and 2,300+ carriers worldwide. Get tracking events, status, estimated delivery, and carrier information.

11

FedEx Package Tracking Scraper

parseforge/fedex-tracking-scraper

Track FedEx packages by tracking number. Get real-time delivery status, estimated and actual delivery dates, full tracking history with scan events, timestamps and locations. Extract shipper and recipient details, service type, package weight, signed-by name, and delivery attempts.

Usps Store Search Spider

getdataforme/usps-store-search-spider

Usps Store Search Spider efficiently scrapes USPS product data for market analysis and competitive intelligence. Customize queries, automate data collection, and export results in JSON, CSV, or Excel formats....

Trello Power-Ups Scraper

crawlerbros/trello-power-ups-scraper

Scrape the Trello Power-Ups directory - search, browse by category, or fetch specific Power-Ups by ID. Extracts full metadata: name, description, categories, capabilities, usage stats, icon, hero image, author, tags, and more.

Related articles

Eye-opening guide to product review scraping in 2023
Read more
How to run a content gap analysis with Apify
Read more
Pros and cons of web scraping
Read more