Fortune Rankings Scraper avatar

Fortune Rankings Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Fortune Rankings Scraper

Fortune Rankings Scraper

Scrape Fortune rankings - Fortune 500, Global 500, Most Powerful Women, Future 50, Fastest Growing, Most Admired, and more - with full financial and company metadata.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Crawler Bros

Crawler Bros

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

5 days ago

Last modified

Share

Scrape Fortune magazine ranking lists — Fortune 500, Global 500, Most Powerful Women, 100 Fastest-Growing Companies, World's Most Admired Companies, Future 50, Change the World, and more — with full financial metadata including revenues, profits, assets, market value, sector, location, and employees.


What it does

  • Fetches Fortune ranking list data from the official Fortune Next.js static JSON API
  • Supports 9 pre-configured lists plus a custom slug mode for any Fortune ranking URL
  • Returns flat, omit-empty records with rank, profile URL, and all available financial/demographic metadata
  • No browser required — pure HTTP, Tier 1

Input

FieldTypeDescription
modeSelectWhich Fortune list to scrape (default: fortune500)
listYearIntegerYear of the list (1996–2026, optional — defaults to latest)
listSlugStringFortune ranking URL slug for bySlug mode (e.g. fortune500)
sectorStringFilter: keep only records where sector/industry contains this text
countryStringFilter: keep only records from this country (exact match, e.g. U.S.)
maxItemsIntegerMax records to emit (1–5000, default: 100)

Available Modes

ModeList
fortune500Fortune 500 — America's Largest Companies (500 records)
global500Fortune Global 500 — World's Largest Companies
mostPowerfulWomenFortune Most Powerful Women
fastestGrowingFortune 100 Fastest-Growing Companies
futureOfWorkFortune Future of Work / Best Workplaces
mostAdmiredWorld's Most Admired Companies
changeTheWorldFortune Change the World
mostInnovativeAmerica's Most Innovative Companies
future50Fortune Future 50
bySlugAny Fortune ranking list by URL slug

Output

Company records (fortune500, global500, mostAdmired, fastestGrowing, future50, etc.)

FieldDescription
rankList rank
nameCompany name
profileUrlFortune company profile URL
revenuesRevenue (numeric)
revenuesUnitB (billions) or M (millions)
profitsNet profit (numeric)
profitsUnitB (billions) or M (millions)
assetsTotal assets (numeric)
assetsUnitB (billions) or M (millions)
marketValueMarket capitalization (numeric)
marketValueUnitB (billions) or M (millions)
revenueGrowthPctRevenue growth %
profitsGrowthPctProfit growth %
epsGrowthPctEPS 3-year annual growth rate %
totalReturn3yrTotal return 3-year annual rate %
overallScoreOverall score (Future 50 / Most Innovative)
industryRankRank within industry (Most Admired Companies)
allStarRankCurrent cross-industry "All-Star" rank (Most Admired Companies)
strongestDimensionCompany's strongest scored dimension (Most Innovative Companies)
sectorIndustry sector
industryIndustry sub-category
cityHeadquarters city
stateHeadquarters state
countryCountry of headquarters
employeesEmployee count
profitabletrue if profitable
founderIsCeotrue if founder is CEO
femaleCeotrue if CEO is female
growthInJobstrue if jobs grew
newcomertrue if newcomer to the list
inGlobal500true if also on Global 500
inFortune500true if also on Fortune 500
inFortune1000true if also on Fortune 1000
inMostAdmiredtrue if also in Most Admired
inBestCompaniestrue if also on Best Companies to Work For
inFastestGrowingtrue if also on 100 Fastest-Growing Companies
inChangeTheWorldtrue if also on Change the World
inFuture50true if also on the Future 50
beatSP500_3yrtrue if the company beat the S&P 500's 3-year return (Fastest-Growing Companies)
changeInRankChange in rank from previous year
fortune500RankFortune 500 rank (for cross-list records)
impactSegmentImpact category (Change the World list)
listNameFortune list identifier
listYearYear of the list
sourceUrlFortune list URL
scrapedAtISO timestamp
recordTypecompany

Person records (mostPowerfulWomen)

FieldDescription
rankList rank
nameFull name
profileUrlFortune profile URL
affiliationCompany / organization
countryCountry
listNameFortune list identifier
listYearYear of the list
sourceUrlFortune list URL
scrapedAtISO timestamp
recordTypeperson

Example: Top 20 Fortune 500 Companies

{
"mode": "fortune500",
"listYear": 2025,
"maxItems": 20
}

Sample output:

{
"rank": 1,
"name": "Walmart",
"profileUrl": "https://fortune.com/company/walmart/",
"revenues": 680.985,
"revenuesUnit": "B",
"profits": 19.436,
"profitsUnit": "B",
"assets": 260.823,
"assetsUnit": "B",
"marketValue": 703.799,
"marketValueUnit": "B",
"revenueGrowthPct": 5.1,
"profitsGrowthPct": 25.3,
"sector": "Retailing",
"industry": "General Merchandisers",
"city": "Bentonville",
"state": "Arkansas",
"employees": 2100000,
"profitable": true,
"inGlobal500": true,
"inMostAdmired": true,
"inBestCompanies": true,
"inChangeTheWorld": true,
"listName": "fortune500",
"listYear": 2025,
"sourceUrl": "https://fortune.com/ranking/fortune500/2025/",
"scrapedAt": "2026-06-30T10:30:00+00:00",
"recordType": "company"
}

Example: Most Powerful Women 2026

{
"mode": "mostPowerfulWomen",
"listYear": 2026,
"maxItems": 50
}

Sample output:

{
"rank": 1,
"name": "Jane Fraser",
"profileUrl": "https://fortune.com/ranking/most-powerful-women/2026/jane-fraser/",
"affiliation": "Citigroup",
"country": "U.S.",
"listName": "mostPowerfulWomen",
"listYear": 2026,
"sourceUrl": "https://fortune.com/ranking/most-powerful-women/",
"scrapedAt": "2026-01-15T10:30:00+00:00",
"recordType": "person"
}

FAQs

Q: Does it require an API key or login? A: No. Fortune ranking data is publicly accessible via their static JSON API.

Q: How many records can I get? A: Fortune 500 returns up to 500 companies. Global 500 has 500. Most Powerful Women has 100. Set maxItems up to 5000.

Q: Can I filter by sector or country? A: Yes — use sector (substring match, e.g. "Technology") and country (exact match, e.g. "U.S.").

Q: What years are supported? A: Fortune 500 has data back to 1996. Other lists vary. If a specific year has no data, the latest available year is used.

Q: Can I scrape any Fortune ranking list? A: Yes — use mode=bySlug and set listSlug to the Fortune URL slug, i.e. the part of the ranking's URL after fortune.com/ranking/ (e.g. ai-innovators, cyber, lgbtq-leaders, most-powerful-rising-executives).

Q: Why are revenues in billions sometimes and millions other times? A: Values ≥ $1 billion show Unit=B with a billions value. Smaller values show Unit=M with a millions value. This makes both large and small companies easy to work with.

Q: Are negative profits included? A: Yes — loss-making companies show negative profits values.