Discover/jbhunt.com API
live

jbhunt.com APIjbhunt.com

Access J.B. Hunt shipment tracking, LTL freight classes, location search, site content search, and company data via a single REST API.

Endpoints
6
Updated
14d ago
Try it
Page number for paginated results.
Search query string (e.g. 'tracking', 'intermodal', 'LTL shipping').
api.parse.bot/scraper/814fc4ff-8060-4f61-a74e-15dcfd633eff/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/814fc4ff-8060-4f61-a74e-15dcfd633eff/search_site?query=tracking' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search jbhunt.com for information about services, company news, blog posts, and more. Returns paginated results with title, link, and description for each match.

Input
ParamTypeDescription
pageintegerPage number for paginated results.
queryrequiredstringSearch query string (e.g. 'tracking', 'intermodal', 'LTL shipping').
Response
{
  "type": "object",
  "fields": {
    "label": "string describing the search performed",
    "query": "the search query echoed back",
    "results": "array of search result objects with title, link, and description",
    "success": "boolean indicating if the search completed",
    "pagination": "object with currentPage, totalPages, and totalMatches"
  },
  "sample": {
    "data": {
      "label": "Showing results for: \"tracking\"",
      "query": "tracking",
      "message": "",
      "results": [
        {
          "link": "/shippers/final-mile-services/track-shipments",
          "title": "Final Mile Track Shipment",
          "description": "Track your J.B. Hunt Final Mile Shipment delivery by entering your tracking number in the track shipment section."
        }
      ],
      "success": true,
      "pagination": {
        "totalPages": 4,
        "currentPage": 1,
        "totalMatches": 76
      }
    },
    "status": "success"
  }
}

About the jbhunt.com API

The J.B. Hunt API exposes 6 endpoints covering shipment tracking, LTL freight reference data, and site-wide content search. The get_freight_classes endpoint returns the full array of standard LTL freight class codes used for quoting, while search_locations resolves city names or ZIP codes into validated origin/destination pairs with local time. Together these endpoints give logistics developers direct programmatic access to J.B. Hunt's core reference and operational data.

Site Search and Company Reference

The search_site endpoint accepts a query string and an optional page integer, returning paginated results where each item includes a title, link, and description. The pagination object exposes currentPage, totalPages, and totalMatches, so you can walk through all results for queries like 'intermodal' or 'LTL shipping'. The get_company_overview endpoint requires no parameters and returns fixed reference fields: name, ticker, founded, services (array), fleet_size, headquarters, network_coverage, and technology_platforms.

LTL Freight Classes and Location Lookup

get_freight_classes returns a classCodes array where each object has a name and a value string — the exact codes J.B. Hunt uses for LTL quoting. search_locations accepts a query param (city name or ZIP code) and returns cityName, stateName, countryName, localTime (ISO 8601), and a postalCodes array. This makes it straightforward to validate shipping origins and destinations before submitting a quote or routing request.

Shipment Tracking

Two tracking endpoints handle different shipment types: track_business_shipment targets B2B freight identified by order number or BOL, and track_home_delivery_shipment handles final-mile consumer deliveries. Both endpoints note a reCAPTCHA token requirement for production use. Response shapes for these endpoints are not fully documented in the current spec, so treat them as available but exploratory.

Common use cases
  • Populate a freight quoting form with valid LTL class codes from get_freight_classes.
  • Validate shipping origin and destination inputs using search_locations before submitting a routing request.
  • Surface J.B. Hunt service pages or blog content in an internal logistics knowledge base via search_site.
  • Display J.B. Hunt company facts — ticker, founding year, fleet size — on a carrier comparison dashboard using get_company_overview.
  • Track B2B freight shipments by BOL or order number with track_business_shipment in a TMS integration.
  • Monitor final-mile home delivery status for customer-facing order tracking pages via track_home_delivery_shipment.
  • Page through search_site results programmatically to index J.B. Hunt's published service and news content.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does J.B. Hunt offer an official public developer API?+
J.B. Hunt offers a developer portal at developer.jbhunt.com aimed at enterprise carrier integrations, primarily covering EDI and shipper-partner workflows. That portal requires a business relationship and approval. The Parse API described here provides access to publicly available site data without that onboarding requirement.
What does `search_locations` return beyond just a city name?+
search_locations returns cityName, stateName (two-letter abbreviation), countryName (e.g. USA), localTime in ISO 8601 format, and a postalCodes array listing all ZIP codes associated with the matched location. This lets you resolve an ambiguous input like 'Springfield' into specific state and postal code combinations.
Does the API expose LTL rate quotes or just freight class reference data?+
Currently the API returns freight class codes via get_freight_classes and validated location data via search_locations, both of which are inputs to a quote — but it does not return calculated rate quotes or pricing. You can fork this API on Parse and revise it to add an endpoint that retrieves quote results once origin, destination, and class are known.
What are the limitations of the tracking endpoints?+
Both track_business_shipment and track_home_delivery_shipment note a reCAPTCHA token requirement for production use, and their full response shapes are not yet documented in the spec. The endpoints are available but the fields they return — such as status milestones, estimated delivery dates, or carrier events — are not currently enumerated. You can fork this API on Parse and revise it to capture and document the full tracking response structure.
Can I search for J.B. Hunt job listings through this API?+
The search_site endpoint can return job-related pages if J.B. Hunt's site indexes them in its general search, but there is no dedicated jobs endpoint returning structured fields like job title, location, or requisition ID. You can fork this API on Parse and revise it to add a targeted careers search endpoint with structured output.
Page content last updated . Spec covers 6 endpoints from jbhunt.com.
Related APIs in OtherSee all →
ueex.com.ua API
Access real-time and historical pricing data for Ukrainian energy commodities including natural gas, electricity, coal, LPG, and timber directly from official exchange quotations and auction results. Monitor trading indices, check medium long-term market rates, and view the trading calendar to stay informed on energy market trends.
cses.fi API
Explore the CSES Problem Set by browsing problems across different categories, viewing detailed problem information, and discovering available courses and contests. Access comprehensive problem lists organized by topic to find coding challenges tailored to your learning goals.
bazaardb.gg API
Search and retrieve comprehensive data about The Bazaar game cards, including items, skills, merchants, trainers, monsters, and events with full details like tiers, attributes, enchantments, and tooltips. Quickly find the specific card information you need to optimize your gameplay strategy and deck building.
jurisprudencia.tst.jus.br API
Search and retrieve judicial decisions from Brazil's Superior Labor Court with filters by date, court body, and keywords to access decision summaries, outcomes, and full texts. Quickly find relevant labor law precedents and court rulings to support legal research and case analysis.
icons8.com API
Search for millions of icons across different visual styles like colorful, pattern-based, and minimalist designs to find the perfect icon for your project. Discover and retrieve icons in your preferred style to enhance your designs and applications.
smstome.com API
Browse temporary phone numbers from countries around the world and read incoming SMS messages in real time. List available numbers by country, retrieve messages sorted newest to oldest, and search message history by sender or content.
noor-book.com API
Search and discover books across 1,800+ categories in the Noor Book library, retrieving detailed information about titles, authors, biographies, and book metadata. Access comprehensive author profiles and browse one of the largest Arabic and English digital book collections with over 289,000 authors.
quizbowlpackets.com API
Search and browse thousands of quizbowl question sets across all competition levels, then access detailed metadata like difficulty, subjects, and download links for each packet. Find the perfect practice materials for High School, Collegiate, Middle School, or Pop Culture quizbowl competitions.