DP World Tour Schedule Scraper avatar

DP World Tour Schedule Scraper

Pricing

from $19.00 / 1,000 results

Go to Apify Store
DP World Tour Schedule Scraper

DP World Tour Schedule Scraper

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.

Pricing

from $19.00 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 hours ago

Last modified

Categories

Share

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 itWhat they scrape DP World Tour for
Golf data analystsBuild a historical dataset of tournament results and prize funds.
Sports journalistsPull the latest schedule for a season preview article.
Fantasy golf developersPopulate a fantasy game with real upcoming events and courses.
Travel and hospitality firmsPlan 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 keyReads the public schedule page, so you skip OAuth and rate limits.
Fixed schemaEvery run returns the same columns, ready for a database or spreadsheet.
Bulk runsPull a full season or a decade of history in one go.
Flexible exportSave 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 ScraperBuild it in-houseBy hand
SetupRun it now, zero configDays of engineeringNone, but hours per pull
When DP World Tour changesMaintained for youYou fix itYou re-learn the page
Proxies, retries, anti-botBuilt inYour problemBrowser only
OutputFixed JSON schema, CSV/Excel exportWhatever you buildCopy-paste
CostPay per resultEngineering timeAnalyst 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 collectedApproximate 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

QuestionAnswer
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.

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.