MLB Baseball Stats Scraper avatar

MLB Baseball Stats Scraper

Pricing

$0.60 / 1,000 records

Go to Apify Store
MLB Baseball Stats Scraper

MLB Baseball Stats Scraper

Scrape MLB baseball teams, schedules, standings and rosters from the official MLB Stats API. Returns team, game, standing and player data. No API key. Pay per record; empty or failed runs cost nothing.

Pricing

$0.60 / 1,000 records

Rating

0.0

(0)

Developer

Christian Pichichero

Christian Pichichero

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

MLB Baseball Stats Scraper — a fast, reliable mlb stats scraper that needs no API key. You pay only for the results you get: failed or empty runs are always free.

This mlb stats scraper runs on the Apify platform, so you can call it from the API, run it on a schedule, or export results to JSON, CSV, Excel, or Google Sheets.

What this scraper does

  • Extracts structured mlb stats data with no browser or API key required
  • Returns clean JSON, one record per result — ready for sheets, databases, or apps
  • Pay-per-result pricing: you are never charged for a run that returns nothing
  • Runs on demand or on a schedule, and integrates with 5,000+ apps via the Apify API and webhooks

What data you get

Each result record includes fields such as:

  • Id (id) — e.g. 133
  • Name (name) — e.g. "Athletics"
  • Abbreviation (abbreviation) — e.g. "ATH"
  • Team Name (teamName) — e.g. "Athletics"
  • Location (location) — e.g. "Sacramento"
  • Franchise Name (franchiseName) — e.g. "Athletics"
  • Club Name (clubName) — e.g. "Athletics"
  • League (league) — e.g. "American League"
  • League Id (leagueId) — e.g. 103
  • Division (division) — e.g. "American League West"
  • Division Id (divisionId) — e.g. 200
  • Venue (venue) — e.g. "Sutter Health Park"
  • First Year Of Play (firstYearOfPlay) — e.g. "1901"
  • Active (active) — e.g. true
  • Url (url) — e.g. "https://www.mlb.com/team/133"

Input

FieldTypeDescription
datasetstringWhich MLB Stats API dataset to pull. teams = all MLB clubs; schedule = games on a date; standings = divisio...
datestringOnly for dataset=schedule. Day to fetch games for, in YYYY-MM-DD. Leave blank for today.
seasonstringOnly for dataset=standings. Four-digit year, e.g. 2024. Leave blank for the current year.
teamIdintegerRequired for dataset=roster. MLB team id, e.g. 147 = Yankees, 119 = Dodgers. Get ids from the teams dataset.
maxResultsintegerMaximum number of records to return for the run.

Example output

{
"type": "team",
"id": 133,
"name": "Athletics",
"abbreviation": "ATH",
"teamName": "Athletics",
"location": "Sacramento",
"franchiseName": "Athletics",
"clubName": "Athletics",
"league": "American League",
"leagueId": 103,
"division": "American League West",
"divisionId": 200,
"venue": "Sutter Health Park",
"firstYearOfPlay": "1901",
"active": true,
"url": "https://www.mlb.com/team/133",
"scrapedAt": "2026-07-11T00:00:00Z"
}

Use cases

  • Build a job board or aggregator
  • Track hiring trends and open roles by company
  • Benchmark salaries across markets
  • Feed roles into an ATS or recruiting CRM

Pricing

This actor uses pay-per-result pricing at $0.0006 per record. There is no monthly fee and no start fee — and empty or failed runs cost $0, so you only ever pay for data you actually receive.

Frequently asked questions

Do I need an API key or account for the source? No. This mlb stats scraper works out of the box with no API key required.

What happens if a run returns no results? You are not charged. Billing is per result, so empty or failed runs are free.

Can I run the mlb stats scraper on a schedule? Yes. Use the Apify Scheduler to run it hourly, daily, or on any cron schedule, and get results by webhook or API.

What export formats are supported? Results can be exported as JSON, CSV, Excel, HTML, or pushed to Google Sheets, a database, or your own app via the Apify API.

Is the data structured? Yes. Every mlb stats result is a clean, flat JSON record you can use immediately.