Jolpica F1 Public API Scraper
Pricing
from $7.50 / 1,000 results
Jolpica F1 Public API Scraper
Pull Formula 1 data from the Jolpica Ergast compatible API for any season including drivers, constructors, circuits, races, results, qualifying, sprints, and standings. Returns positions, points, lap times, and team affiliations. Useful for motorsport analytics and fantasy F1 tools.
Pricing
from $7.50 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share

๐๏ธ Jolpica F1 Public API Scraper
๐ Export Formula 1 seasons, drivers, races, results, and standings in seconds, straight from the public Jolpica Ergast-compatible API.
๐ Last updated: 2026-06-05 ยท ๐ 15 fields per record ยท Seasons since 1950 ยท Drivers, constructors, circuits, results ยท Race, qualifying, sprint, standings
The Jolpica F1 Public API Scraper turns the api.jolpi.ca public endpoint into a clean dataset. It calls the public API with whichever filters you supply, then flattens each record into one row.
Coverage spans seasons since 1950 ยท drivers, constructors, circuits, results ยท race, qualifying, sprint, standings. Each row carries the most useful identifiers, names, scores, and timestamps the upstream feed exposes.
| ๐ฏ Target Audience | ๐ก Primary Use Cases |
|---|---|
| ๐ Motorsport analysts | Pull every F1 result for backtesting |
| ๐ Data journalists | Build season tables and head-to-head charts |
| ๐ฎ Fantasy F1 builders | Power driver and constructor leagues |
| ๐งโ๐ Sports historians | Mine 75 years of F1 history |
| ๐ค ML engineers | Train race-outcome models |
| ๐ฉโ๐ป Developers | Mirror the Ergast schema without writing client code |
๐ What the Jolpica F1 Public API Scraper does
- Calls Jolpica F1 endpoints for seasons, drivers, constructors, circuits, races, results, qualifying, sprint, and standings.
- Flattens the Ergast-compatible MRData envelope into one row per record.
- Handles pagination via limit and offset for full season pulls.
- Casts numeric strings to real numbers for clean downstream import.
- Surfaces upstream errors as a clean error record.
๐ก Why it matters. Jolpica is the live successor to the Ergast F1 API, the most widely cited public dataset in motorsport analytics. This actor turns it into a flat, queryable dataset.
๐ฌ Full Demo
๐ง Coming soon.
โ๏ธ Input
| Field | Type | Required | Description |
|---|---|---|---|
season | string | No | See examples below. |
maxItems | integer | No | Free users 10, paid up to 1,000,000. Prefill is 10. |
Example 1, 2024 drivers.
{ "season": "2024", "resource": "drivers", "maxItems": 30 }
Example 2, Latest season results.
{ "season": "current", "resource": "results", "maxItems": 50 }
โ ๏ธ Good to Know. The Jolpica API is rate-limited but public. No key required.
๐ Output
| Field | Type | Description |
|---|---|---|
๐ season | string | Season year. |
๐ฏ round | string | Round number when applicable. |
๐ raceName | string | Race name. |
๐๏ธ date | string | Race date. |
๐ circuit | string | Circuit name. |
๐ค driverId | string | Driver id slug. |
๐๏ธ constructorId | string | Constructor id slug. |
๐ position | number | Finishing or grid position when applicable. |
โฑ๏ธ time | string | Time string when applicable. |
๐ฏ points | number | Points scored when applicable. |
๐ laps | number | Laps completed when applicable. |
๐ recordType | string | driver, constructor, circuit, race, result, qualifying, sprint, or standing. |
๐ฆ raw | object | Full upstream record. |
๐ scrapedAt | string | When fetched. |
โ error | string | Set when upstream returned an error. |
Sample record.
{"season": "","round": "","raceName": "","date": "","circuit": "","driverId": "","constructorId": "","position": 0,"time": "","points": 0,"laps": 0,"recordType": "","raw": {},"scrapedAt": "2026-06-05T12:00:00.000Z","error": null}
โจ Why choose this Actor
| ๐ | Public Jolpica F1 endpoint, no scraping tricks needed. | | ๐งน | Flattens nested upstream payloads into one row per record. | | ๐ข | Casts numeric fields cleanly for spreadsheet imports. | | ๐ | Surfaces upstream errors as clean rows. | | ๐ | Filters exposed for the most common slicing needs. | | ๐พ | Push to dataset for spreadsheet, warehouse, or webhook export. |
๐ How it compares to alternatives
| Approach | Setup | Pagination | Flattening | Export formats |
|---|---|---|---|---|
Raw curl | 5 min | manual | none | manual |
| DIY Python script | 30 min | yes | partial | code |
| This Actor | 5 seconds | yes | yes | 7 formats |
๐ How to use
- Click Try for free.
- Pick your filters from the schema above.
- Click Start. Your dataset is ready in seconds.
๐ผ Business use cases
๐ Analytics. Mirror Jolpica F1 into a warehouse for dashboards.
๐ข Internal tooling. Mirror the data into private apps without writing client code.
๐ฐ Journalism. Verify and bulk-fetch records for stories.
๐ค Machine learning. Build training sets from a known canonical source.
๐ Automating Jolpica F1 Public API Scraper
- Make / Zapier: schedule a daily run.
- Cron schedule: native Apify scheduler.
- Webhooks: POST on completion.
- Warehouse pipe: native integrations move datasets straight into BigQuery, Snowflake, or Postgres.
๐ Beyond business use cases
๐ Education. Teach API integration with a clean dataset.
๐งช Personal research. Track the data you care about.
๐ค Non-profit and open data. Power public dashboards.
๐งฐ Tinkering and prototyping. Spin up a feed for side projects in seconds.
๐ค Ask an AI assistant about this scraper
Drop this README into ChatGPT, Claude, or any AI assistant and ask it to design a pipeline. The input fields, schema, and examples above contain everything an LLM needs.
โ Frequently Asked Questions
โ Do I need an API key? No. The endpoint is public.
โ Pagination? Yes, handled automatically where the upstream supports it.
โ Rate limits? The upstream sets the rate limit. The actor surfaces upstream errors cleanly.
โ Schema stability? Core fields are stable. Optional fields are passed through when present.
โ Real-time? Yes, every run hits the live endpoint.
โ Spreadsheet export? Yes, via the Apify dataset UI.
โ Scheduling? Yes, via the Apify scheduler.
โ Public data only? Yes.
โ Free trial? Yes, $5 free credit on signup covers many runs.
โ Webhook integration? Yes, native Apify webhooks fire on run completion.
๐ Integrate with any app
Apify ships native integrations with Make, Zapier, Slack, Discord, Google Drive, Google Sheets, Gmail, Airbyte, Keboola, Telegram, GitHub, and any REST API or webhook endpoint. Trigger runs from a calendar event, a form submission, a cron job, or pipe results straight into BigQuery, Snowflake, or a Postgres warehouse.
๐ Recommended Actors
| Actor | What it does |
|---|---|
| ParseForge Alpha Vantage Public Scraper | Public stock, FX, and crypto market data. |
| ParseForge OurAirports Scraper | Global airport database. |
| ParseForge Civitai Models Scraper | Public Civitai model catalogue. |
| ParseForge Hugging Face Spaces Scraper | Public Hugging Face Spaces metadata. |
๐ก Pro Tip. browse the complete ParseForge collection for 900+ production-grade scrapers across business intelligence, real estate, e-commerce, sports, finance, and public records.
Disclaimer. This actor scrapes only publicly available data. ParseForge is not affiliated with, endorsed by, or sponsored by any of the third-party services referenced. Users are responsible for complying with the target site's terms of service and applicable law. Create a free account w/ $5 credit.