SeaRates Ocean Freight Scraper avatar

SeaRates Ocean Freight Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
SeaRates Ocean Freight Scraper

SeaRates Ocean Freight Scraper

Scrape SeaRates.com - the world's largest ocean freight marketplace. Get port directories with coordinates, shipping routes, container types, and freight rate data.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Scrape SeaRates.com — one of the world's largest ocean freight marketplaces. Get port directories with precise coordinates and UNLOCODE identifiers, shipping routes, container type specifications, and freight data.

Features

  • Port directory — browse 1000s of ports worldwide, filter by country, get UNLOCODE, coordinates, type
  • Port search — find specific ports by name
  • Shipping routes — get route information between origin and destination ports
  • Container types — full specifications for all standard container types (20', 40', High Cube, Reefer, etc.)

Input

FieldTypeDescription
modeselectportDirectory, searchRoutes, containerTypes, portSearch
countrystringFilter ports by country code (e.g. US, CN, DE)
originPortstringOrigin port name or UNLOCODE (for searchRoutes)
destinationPortstringDestination port name or UNLOCODE (for searchRoutes)
searchQuerystringPort name to search (for portSearch)
maxItemsintegerMaximum records to return (default: 20, max: 1000)

Output (Port Records)

FieldDescription
portNamePort name
countryCountry name
countryCodeISO 2-letter country code
unlocodeUN/LOCODE identifier
stateState/province
latitudeLatitude coordinate
longitudeLongitude coordinate
portTypeSea port, River port, etc.
portUrlSeaRates port page URL
scrapedAtISO timestamp

Output (Container Records)

FieldDescription
containerTypeContainer name
isoCodeISO container code
descriptionContainer description
lengthFt / lengthMInternal length
widthFt / widthMInternal width
heightFt / heightMInternal height
teuEquivalentTEU equivalent (1 = standard 20')
maxPayloadKgMaximum payload in kilograms
volumeM3Internal volume in cubic meters

Standard Container Types

TypeISO CodeTEUMax Payload
20' Dry22G1128,200 kg
40' Dry42G1226,750 kg
40' High Cube45G1226,460 kg
20' Reefer22R1127,700 kg
40' Reefer42R1229,200 kg
20' Open Top22U1128,100 kg
20' Flat Rack22P1130,480 kg

Example Input

{
"mode": "portDirectory",
"country": "US",
"maxItems": 20
}

Example Output

{
"portName": "Los Angeles",
"country": "United States",
"countryCode": "US",
"unlocode": "USLAX",
"state": "California",
"latitude": 33.7404,
"longitude": -118.2773,
"portType": "Sea port",
"portUrl": "https://www.searates.com/port/uslax/",
"scrapedAt": "2026-06-02T10:00:00+00:00"
}

FAQs

What is a UNLOCODE? A UN/LOCODE is a geographic coding scheme developed by UNECE. It consists of a country code + location code (e.g., USLAX = United States, Los Angeles).

What is TEU? Twenty-Foot Equivalent Unit — the standard measure of shipping container capacity. A 20' container = 1 TEU; a 40' container = 2 TEU.

How many ports are in the database? SeaRates covers 10,000+ ports worldwide. Use maxItems up to 1000 per run.

Do I need a SeaRates account? No. Public port directory data is available without authentication.