Scrapes upcoming sports events and odds from Palmerbet.com with filtering by sport categories.
This Apify actor scrapes upcoming sports events from Palmerbet.com. Whether you're looking for the latest matches in traditional sports or esports, this actor fetches key details such as event ID, start time, status, teams, and available odds. You can easily filter by different sports categories and access specific event information.
The scraper will return a JSON array with event details. Below is a sample output:
1{ 2 "eventId": "46ec8303-5cd9-0de3-cd97-75ef19d778c7", 3 "sportType": "Soccer", 4 "startTime": "2024-10-18T00:00:00Z", 5 "status": "NotStarted", 6 "state": "Other", 7 "homeTeam": { 8 "competitorId": "f047f428-2a68-40f5-aac2-a941070bc3bb", 9 "title": "Sporting San Jose FC", 10 "win": { 11 "marketId": "87123746-6463-46e3-8170-c6be17db5bd9", 12 "outcomeId": "cc91523b-8767-4df9-a3fb-b8d94f4091d2", 13 "price": 2.25, 14 "title": "Fulltime Match Result", 15 "type": "WinDraw", 16 "isMultiOffered": true 17 } 18 }, 19 "awayTeam": { 20 "competitorId": "f6dd7215-32d2-4025-9867-1818fe092dc0", 21 "title": "Municipal Santa Ana", 22 "win": { 23 "marketId": "87123746-6463-46e3-8170-c6be17db5bd9", 24 "outcomeId": "080325a7-e5e6-4e27-bf3a-1ad8abfe9540", 25 "price": 2.9, 26 "title": "Fulltime Match Result", 27 "type": "WinDraw", 28 "isMultiOffered": true 29 } 30 }, 31 "draw": { 32 "marketId": "87123746-6463-46e3-8170-c6be17db5bd9", 33 "outcomeId": "e3f8fca7-8039-4314-80a4-5c538336909e", 34 "price": 3.25, 35 "title": "Fulltime Match Result", 36 "type": "WinDraw", 37 "isMultiOffered": true 38 }, 39 "offers": [ 40 { 41 "promotionType": "SameEventMulti", 42 "isOffered": true, 43 "description": "Soccer Same Event Multi - SGM" 44 } 45 ], 46 "additionalMarkets": [ 47 { 48 "marketId": "96f6ba30-e46f-4898-aad1-273ac887deeb", 49 "title": "Total Score", 50 "type": "Total", 51 "isHandicap": true, 52 "handicap": 2.5, 53 "isMultiOffered": true, 54 "outcomes": [ 55 { 56 "outcomeId": "115bad86-10bb-4f0c-a9fc-6edebfaa9334", 57 "title": "Over 2.5", 58 "price": 1.78, 59 "type": "None" 60 }, 61 { 62 "outcomeId": "15ef5197-d96f-4b28-b16c-fa14b7ae7dbc", 63 "title": "Under 2.5", 64 "price": 1.93, 65 "type": "None" 66 } 67 ] 68 } 69 ], 70 "isAmericanSport": false 71}
maxResults (required): Specify the maximum number of results to return. The maximum limit is 1,000,000.
The results are returned as a structured JSON array, where each event contains:
Enjoy tracking your favorite sports events with this Palmerbet scraper!
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!