ParseForge Scrapers

DP World Tour Schedule Scraper

parseforge/european-tour-stats-scraper

OtherNews & mediaTravel

Scrapes the DP World Tour tournament schedule by tour ID and returns each event as a flat row with dates, course, prize fund, and defending champion.

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

Overview

ParseForge

DP World Tour Schedule Scraper

Scrape the DP World Tour schedule for any season, up to a million tournaments per run. Every event comes with its dates, course, prize fund, and winner. Export to CSV, JSON, Excel, or XML.

The DP World Tour publishes its full tournament schedule online, but copying it by hand is slow and error-prone. This Actor reads the public schedule feed directly, filters by tour ID, and returns each event in one fixed schema. No API key or registration needed.

Who uses it What they scrape DP World Tour for
Golf data analysts Build a historical dataset of tournament results and prize funds.
Sports journalists Pull the latest schedule for a season preview article.
Fantasy golf developers Populate a fantasy game with real upcoming events and courses.
Travel and hospitality firms Plan packages around tournament dates and locations.

What it does

This Actor collects DP World Tour tournament listings by tour ID and returns each one as a flat row.

  • ๐Ÿ“… Full schedule extraction: get every tournament in a season, from the first event to the Tour Championship.
  • ๐Ÿ”ข Tour ID filter: target the main DP World Tour schedule or other affiliated tours by numeric ID.
  • ๐Ÿ“Š Structured output: each row holds the event name, start date, end date, course, location, prize fund, and defending champion.

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

What you can do with DP World Tour data

๐Ÿ“ˆ Build a tournament database.

A data analyst runs the Actor once per season to collect every DP World Tour event, then joins it with player performance data for trend analysis.

๐Ÿ“ฐ Populate a golf news site.

A sports editor schedules a weekly scrape to keep the upcoming tournaments page current with dates, courses, and prize funds.

๐ŸŽฎ Seed a fantasy golf app.

A developer pulls the full schedule before the season starts and uses the course and date fields to set up fantasy contest weeks.

โœˆ๏ธ Plan golf travel packages.

A travel company extracts tournament locations and dates to build holiday packages around the biggest events.

Why choose this scraper

What you get
No API key Reads the public schedule page, so you skip OAuth and rate limits.
Fixed schema Every run returns the same columns, ready for a database or spreadsheet.
Bulk runs Pull a full season or a decade of history in one go.
Flexible export Save as CSV, JSON, Excel, or XML to fit your existing workflow.

How it compares

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

DP World Tour Schedule Scraper Build it in-house By hand
Setup Run it now, zero config Days of engineering None, but hours per pull
When DP World Tour 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 tour ID and a maximum record count, and it returns only the matching tournaments. The Input tab lists every parameter.

A first run with the defaults:

{
 "maxItems": 10
}

A larger pull:

{
 "maxItems": 200
}

Pricing

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

Results collected Approximate cost
100 results $2.10
1,000 results $21.00
10,000 results $210.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 DP World Tour Schedule 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 DP World Tour 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/european-tour-stats-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 tour ID is correct. The main DP World Tour schedule is ID 1. Also confirm that maxItems is set to at least 1 and that the schedule page is currently reachable.

The dataset has fewer rows than I expected.

The DP World Tour feed may only include a limited number of seasons. Try increasing maxItems, but if the feed itself has fewer tournaments, the Actor cannot return more.

Some fields are empty in the output.

The DP World Tour may not publish every detail for every tournament. Empty fields mean the information was not present on the source page.

The run timed out.

Large requests can take time. Increase the run timeout in your Apify actor settings, or reduce maxItems and run multiple smaller batches.

FAQ

Question Answer
What is the DP World Tour ID? The main DP World Tour schedule uses tour ID 1. Other affiliated tours may use different numeric IDs visible in the schedule URL.
Can I scrape more than one season? Yes. Set maxItems high enough to cover multiple seasons, and the Actor will return every tournament the feed provides.
Does this include player scores or hole-by-hole data? No. This Actor returns the tournament schedule only: event name, dates, course, location, prize fund, and defending champion. For detailed scoring you need a different scraper.
What format does the data come in? You can export the dataset as CSV, JSON, Excel, or XML from the Apify run console.
Do I need a DP World Tour account or API key? No. The Actor reads the public schedule page, so no login or key is required.
How often is the schedule updated? The DP World Tour updates its schedule as events are confirmed. Run the Actor on a schedule to keep your copy current.
Can I filter by country or course? The Actor does not filter by country or course during the scrape, but you can apply those filters to the exported dataset in your own tools.
Is there a limit on how many tournaments I can scrape? Free Apify users are limited to 10 records. Paid users can scrape up to 1,000,000 tournaments per run.

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 DP World Tour. 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
maxItems integer Free users: Limited to 10 items (preview). Paid users: Optional, max 1,000,000 10
tourId integer Numeric DP World Tour ID (1 = DP World Tour main schedule). 1

Pricing

from $19.00 per 1,000 results

Charged forWhat it isPrice each
result Single result in the default dataset. $0.019 to $0.021

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~european-tour-stats-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 DP World Tour Schedule Scraper on Apify All scrapers