Logistics
FedEx US logo

FedEx US API

fedex.com

FedEx US - nearby locations, package and service catalogs, and special-service options.

Actions
3
Category
Logistics
Login
Not required
Output
JSON

Call the FedEx US API

Submit a task, then poll the job until it settles. This example runs act_fedex_us_nearby_location_search.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_fedex_us_nearby_location_search",
    "params": {
      "city": "Los Angeles",
      "weight_lb": "5"
    }
  }'

3 actions on fedex.com

Write

Write actions change state on fedex.com and run as the account you connect.

  • Nearby Location Search

    act_fedex_us_nearby_location_searchwrite2 credits / call

    Returns nearby drop-off and pickup locations with distances, addresses, and hours.

    city
    string · required
    weight_lb
    string · required
  • Package Service Catalog

    act_fedex_us_package_service_catalogwrite2 credits / call

    Returns package types and services for a route, with weight and dimension limits.

    origin_postal_code
    string · required
    destination_postal_code
    string · required
    destination_city
    string · required
    country_code
    string · required
    ship_timestamp
    string · required
  • Special Service Options

    act_fedex_us_special_service_optionswrite2 credits / call

    Returns eligible special-service add-ons per service type for a shipment.

    destination_city
    string · required
    weight_lb
    string · required

FedEx US API questions

Is there an API for FedEx US?
FedEx US does not offer a public data API for this, but Anakin Wire provides 3 maintained endpoints for fedex.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape FedEx US data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when fedex.com changes its markup, Anakin updates the action.
Do I need a FedEx US account?
No. Every FedEx US action listed here runs anonymously — no account and no credentials required.
What does the FedEx US API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Logistics APIs

All Logistics sites