ParseForge Scrapers

SailGP Standings Scraper

parseforge/sailgp-standings-scraper

Developer toolsAutomationOther

Scrapes SailGP team standings for a full season or a single Grand Prix event. Returns each team as a flat row with rank, points, and event details. Export to CSV, JSON, Excel, or XML.

Run this scraper See the API call
Total users
2
Monthly active
1
Total runs
65
Bookmarked
0
Rating
Not rated yet
Last modified
9 days ago

Overview

ParseForge

SailGP Standings Scraper

Scrape SailGP standings for any season or Grand Prix event. Get team rankings, points, and race results in a clean table. Export to CSV, JSON, Excel, or XML.

SailGP publishes its leaderboards on a dynamic web app, which makes copying standings into a spreadsheet a manual chore. This Actor reads the public SailGP standings feed directly and returns each team's rank, points, and event results in one flat row. No API key or browser setup needed.

Who uses it What they scrape SailGP for
Sports journalists Pull the latest SailGP standings into an article or data graphic
Sailing fans Track their favorite team's position across the season
Data analysts Build historical datasets of SailGP results for trend analysis
Fantasy league players Get up-to-date standings to manage their fantasy teams

What it does

This Actor collects SailGP team standings for a full season or a single Grand Prix event, and returns each team as a flat row with rank, points, and event details.

  • ๐Ÿ Season or event: choose the full season total or any individual Grand Prix from the dropdown.
  • ๐Ÿ“Š Flat rows: each team's rank, points, and event results land in one row, ready for export.
  • โš™๏ธ Simple input: pick a season code and event, set a maximum count, and run.
  • ๐Ÿ’พ Multiple formats: export to CSV, JSON, Excel, or XML for further analysis.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with SailGP data

๐Ÿ“ฐ Publish a standings table.

A sports journalist runs the Actor for the current season, exports the CSV, and embeds the table in a race recap article.

๐Ÿ“ˆ Track a team's progress.

A sailing fan collects standings after each Grand Prix and charts their favorite team's rank over the season.

๐Ÿงฎ Build a historical dataset.

A data analyst runs the Actor for multiple seasons and events, then merges the outputs to analyze performance trends.

๐Ÿ† Manage a fantasy league.

A fantasy league commissioner pulls the latest standings to update team scores and league rankings automatically.

Why choose this scraper

What you get
No manual copying Get standings directly from SailGP's public feed without copy-pasting from the website
Flexible scope Collect the whole season or a single Grand Prix event with one input
Clean output Each team is a flat row with consistent fields, ready for spreadsheets or databases
Up to date Runs on demand, so you always get the latest published standings

How it compares

No other Store actor targets SailGP the same way, so the honest comparison is with the alternatives teams actually weigh.

SailGP Standings Scraper Build it in-house By hand
Setup Run it now, zero config Days of engineering None, but hours per pull
When SailGP changes Maintained for you You fix it You re-learn the page
Proxies, retries, anti-bot Built in Your problem Browser only
Output Fixed JSON schema, CSV/Excel export Whatever you build Copy-paste
Cost Pay per result Engineering time Analyst hours

Configure the run

Drive the Actor with a season code and an event selection, and set a maximum number of standings to collect per run. The Input tab lists every parameter.

A first run with the defaults:

{
 "season": "SGP-IL-S03-CHAMP",
 "maxItems": 10
}

A larger pull:

{
 "season": "SGP-IL-S03-CHAMP",
 "maxItems": 200
}

Pricing

Pay-per-result: $0.0055 per result collected. You pay only for the results written to your dataset.

Results collected Approximate cost
100 results $0.55
1,000 results $5.50
10,000 results $55.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the SailGP Standings Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to SailGP through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/sailgp-standings-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check that the season code is correct and that the event selection matches a valid Grand Prix. If the season has ended, SailGP may have archived the data under a different code.

The output has fewer rows than expected.

Increase the maxItems input. The default is 10, but some events may have more teams or additional standings entries.

I see an error about invalid season code.

Verify the season code against the SailGP website. The code is case-sensitive and must match exactly, including hyphens.

Can I get data for a season not listed in the event dropdown?

The dropdown lists known events for the current season. For other seasons, you can manually enter the season code in the season field and set event to 'season' to get the full standings.

FAQ

Question Answer
What is a season code? A season code is SailGP's internal identifier for a championship season, like SGP-IL-S03-CHAMP. You can find it in the URL of the standings page on sailgp.com.
Can I get standings for a single Grand Prix? Yes. Set the event input to one of the listed Grand Prix codes, such as SGP-IL-S03-GP01-BER-BER for Bermuda, and the Actor returns only that event's standings.
How many standings can I collect? You can set maxItems to any number from 1 to 1,000,000. The default is 10, which is enough for all teams in a season or event.
What format is the output? The Actor returns a flat JSON array of team objects. You can export it to CSV, JSON, Excel, or XML from the Apify dataset.
Do I need an API key or login? No. The Actor reads SailGP's public standings feed directly, so no authentication is required.
How often is the data updated? The Actor fetches live data each time it runs, so you always get the latest published standings.
Can I schedule this Actor to run automatically? Yes, you can set up a schedule in Apify to run it daily, weekly, or after each Grand Prix.
What if a season code changes? SailGP occasionally updates its season codes. Check the standings page URL for the current code and update the input accordingly.

Related actors

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by SailGP. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.

Input

FieldTypeWhat it doesDefault
season string SailGP leaderboard season code (e.g. SGP-IL-S03-CHAMP). SGP-IL-S03-CHAMP
event string (12 options) Which standings to collect: the full season total, or a single Grand Prix event. season
maxItems integer How many standings to collect per run. 10

Pricing

from $4.98 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.00498 to $0.0055

Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.

API

One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.

POST ยท run and get results
curl -X POST "https://api.apify.com/v2/acts/parseforge~sailgp-standings-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "helloWorld": 123
  }'

Examples

Input that runs as-is.

input.json
{
  "helloWorld": 123
}

Reviews

No reviews yet. Be the first.

Issues

We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.

Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.

Related scrapers

Run SailGP Standings Scraper on Apify All scrapers