SeaRates Ocean Freight Scraper
Pricing
from $3.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
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
| Field | Type | Description |
|---|---|---|
mode | select | portDirectory, searchRoutes, containerTypes, portSearch |
country | string | Filter ports by country code (e.g. US, CN, DE) |
originPort | string | Origin port name or UNLOCODE (for searchRoutes) |
destinationPort | string | Destination port name or UNLOCODE (for searchRoutes) |
searchQuery | string | Port name to search (for portSearch) |
maxItems | integer | Maximum records to return (default: 20, max: 1000) |
Output (Port Records)
| Field | Description |
|---|---|
portName | Port name |
country | Country name |
countryCode | ISO 2-letter country code |
unlocode | UN/LOCODE identifier |
state | State/province |
latitude | Latitude coordinate |
longitude | Longitude coordinate |
portType | Sea port, River port, etc. |
portUrl | SeaRates port page URL |
scrapedAt | ISO timestamp |
Output (Container Records)
| Field | Description |
|---|---|
containerType | Container name |
isoCode | ISO container code |
description | Container description |
lengthFt / lengthM | Internal length |
widthFt / widthM | Internal width |
heightFt / heightM | Internal height |
teuEquivalent | TEU equivalent (1 = standard 20') |
maxPayloadKg | Maximum payload in kilograms |
volumeM3 | Internal volume in cubic meters |
Standard Container Types
| Type | ISO Code | TEU | Max Payload |
|---|---|---|---|
| 20' Dry | 22G1 | 1 | 28,200 kg |
| 40' Dry | 42G1 | 2 | 26,750 kg |
| 40' High Cube | 45G1 | 2 | 26,460 kg |
| 20' Reefer | 22R1 | 1 | 27,700 kg |
| 40' Reefer | 42R1 | 2 | 29,200 kg |
| 20' Open Top | 22U1 | 1 | 28,100 kg |
| 20' Flat Rack | 22P1 | 1 | 30,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.