/fortune/articleapiKey2 credits/requestGet Fortune article content
Returns public Fortune article metadata and body paragraphs from a canonical article URL.
Required params: url:query
API Reference
Use Crawlora's Fortune API endpoints to extract supported public Fortune data as structured JSON. This documentation covers 12 active endpoints including Get Fortune article content, Get a Fortune author profile, Search the Fortune company directory, Discover Fortune company directory filters, and related APIs. Developers can use these endpoints for monitoring, enrichment, research dashboards, internal data pipelines, and agent-native workflows without maintaining platform-specific scraping code. Each endpoint page documents authentication, request parameters such as url, section, cURL examples, response examples, response schemas, errors, credit cost, and Playground testing. Send requests to the Crawlora API with an x-api-key header, review usage and plan limits on pricing, and test safe sample requests in Playground before moving the workflow into production.
Choose an endpoint, send an authenticated request with the x-api-key header, and inspect the normalized JSON response. The examples below use the public Crawlora API base URL and the same endpoint catalog used by Playground.
curl -X GET "https://api.crawlora.net/api/v1/fortune/sections" \
-H "x-api-key: $CRAWLORA_API_KEY"These endpoint cards are generated from the active Crawlora endpoint catalog, including method, path, auth mode, credit cost, parameter summary, docs, and Playground links.
/fortune/articleapiKey2 credits/requestReturns public Fortune article metadata and body paragraphs from a canonical article URL.
Required params: url:query
/fortune/authorapiKey2 credits/requestReturns one Fortune author's public profile: name, bio, email, social accounts, and one page of their recent articles (30 fortune.com/2026-format article dates use "Month D, YYYY"; converted to YYYY-MM-DD here).
Required params: None
/fortune/companiesapiKey2 credits/requestReturns companies from Fortune's public company directory (9,000+ companies as of 2026-09-23) with search, filtering, and pagination.
Required params: None
/fortune/companies/filtersapiKey1 credit/requestReturns the complete country, industry, and ranking filter inventory (exact values) and revenue/employee ranges accepted by fortune/companies.
Required params: None
/fortune/companyapiKey2 credits/requestReturns one company's public Fortune profile: fact sheet (headquarters, CEO, ticker, revenues, employees, ...), the Fortune rankings it appears on, workplace data tables, earnings report links, and social accounts, recovered from the company's own fortune.com page.
Required params: None
/fortune/headlinesapiKey1 credit/requestReturns fresh headlines from one public Fortune section.
Required params: section:query
/fortune/newsapiKey1 credit/requestReturns fresh Fortune stories from the public RSS feed.
Required params: None
/fortune/rankingapiKey2 credits/requestReturns rows from a selected Fortune ranking list and year -- the Fortune 500 franchise (including Fortune China 500) or one of Fortune's award/culture rankings. Search, filters, sorting, and pagination are applied against Fortune's public ranking data and validated against that list/year's filter inventory.
Required params: None
/fortune/ranking/filtersapiKey2 credits/requestReturns the complete list/year-specific filter fields, exact options, and sortable columns from Fortune's public ranking source.
Required params: None
/fortune/ranking/listsapiKey1 credit/requestReturns every public ranking accepted by the other fortune/ranking endpoints -- the Fortune 500 franchise's regional/global variants (including Fortune China 500) plus Fortune's award and culture rankings. Fortune China 500 is parsed from its public server-rendered English list page.
Required params: None
/fortune/ranking/yearsapiKey2 credits/requestReturns every year accepted by Fortune's public ranking source for a selected list, including the 2023-2026 Fortune China 500 editions.
Required params: None
/fortune/sectionsapiKey1 credit/requestReturns the public Fortune editorial section inventory.
Required params: None
| Endpoint | API path | Method | Credits | Required params | Docs | Playground |
|---|---|---|---|---|---|---|
| Get Fortune article content | /fortune/article | GET | 2 credits/request | url:query | View docs | Try endpoint |
| Get a Fortune author profile | /fortune/author | GET | 2 credits/request | None | View docs | Try endpoint |
| Search the Fortune company directory | /fortune/companies | GET | 2 credits/request | None | View docs | Try endpoint |
| Discover Fortune company directory filters | /fortune/companies/filters | GET | 1 credit/request | None | View docs | Try endpoint |
| Get a Fortune company profile | /fortune/company | GET | 2 credits/request | None | View docs | Try endpoint |
| Get Fortune section headlines | /fortune/headlines | GET | 1 credit/request | section:query | View docs | Try endpoint |
| Get Fortune top stories | /fortune/news | GET | 1 credit/request | None | View docs | Try endpoint |
| Search a Fortune ranking | /fortune/ranking | GET | 2 credits/request | None | View docs | Try endpoint |
| Discover Fortune ranking filters | /fortune/ranking/filters | GET | 2 credits/request | None | View docs | Try endpoint |
| List Fortune ranking lists | /fortune/ranking/lists | GET | 1 credit/request | None | View docs | Try endpoint |
| List Fortune ranking years | /fortune/ranking/years | GET | 2 credits/request | None | View docs | Try endpoint |
| Get Fortune sections | /fortune/sections | GET | 1 credit/request | None | View docs | Try endpoint |