GET oec.world HTTP 200485 ms19.0 KB$0.001083 captured Aug 7, 2026
oec.world, as data
One API turns any oec.world page into markdown, structured JSON, its link graph or a screenshot, and crawls the whole site the same way. The panel shows the real response we captured.
- Render mode
- Plain HTTP, no browser needed
- Response
- HTTP 200 in 485 ms
- Page size
- 19.0 KB of markdown, 486 lines
- Fields
- Business Name, Address, Phone, Category and 1 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This oec.world page cost $0.001083 to fetch.
## Predict and CompareCurious to know how tariffs policies will shape trade? Use our Tariff Simulator to create scenarios and see the impact on global flows instantly.Build detailed monthly trade forecast with our time series prediction tool, disaggregate by regions, products, and markets.Compare the sustainable growth potential of hundreds of countries and thousands of products using economic complexity methods.Are you an exporter looking to expand into new markets? Are you an importer looking for new suppliers? Are you an analyst in need of market intelligence forecasts?Use our machine learning models to discover hidden trade opportunities.Understand trade and Development by## Building Custom VisualizationsScatter Compare countries across hundreds of development indicators.## Download dataIn Bulk or through the OEC APIProductsBill of LadingCountriesRegionsAPI## Custom TablesCompany Explorer Analyze detailed Bill of Lading records for products shipped to and from the United States.## Visit tutorials to learn how to use the OECUnderstanding SubscriptionsAvailable classificationsExplore historical trade trendsUnlock the latest trade flows## Economic ComplexityCompare the performance of countries in trade, tech, and research based measures of Economic Complexity.Explore strategic diversification opportunities for hundreds of countries and regions with our economic complexity tools.ChinaIndiaTexasMadridTokyoSao PauloDozens of peer reviewed publications and books exploring the connection between economic complexity and development.Familiarize yourself with the basic techniques and concepts used in economic complexity.Use Python notebooks to access trade data through our API and perform basic economic complexity calculations.## Games## ConnectHave questions, comments, or concerns?Send us an e-mail: [[emailprotected]](https://oec.world/cdn-cgi/l/email-protection#4b383e3b3b24393f0b242e28653c2439272f) What Spider does on oec.world
Same key, five endpoints. The numbers under a cell were measured on this page.
Page to markdown
Clean text for RAG and LLM context, boilerplate removed. The lane that runs without a key.
485 ms · $0.001083Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Rendered capture
Real Chromium, full-page PNG. The same call also returns the rendered HTML.
The call behind the panel
This request produced the response above. Paste it with your key and you get the same bytes.
curl -X POST https://api.spider.cloud/scrape \
-H "Authorization: Bearer $SPIDER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://oec.world/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://oec.world/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://oec.world/", {
return_format: "markdown",
});
console.log(page.content); What oec.world costs
Multiplied from the measured 19.0 KB page. Estimates round to the cent.
1 GB of transfer costs $1, plus $0.001 per CPU minute, and failed requests cost $0. Crawling daily? The Unlimited plan is a flat monthly rate.
Point this at the rest of oec.world.
The capture above took 485 ms and cost $0.001083. The same call takes any URL on oec.world.