DP World Tour Schedule Scraper
Pricing
from $19.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 hours ago
Last modified
Share
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
- Create a free Apify account with $5 in credit.
- Open the DP World Tour Schedule Scraper.
- Set your inputs and any filters, then click Start.
- 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.
