Gbgb: Search Race Results
Gbgb via Parse · sports
Search and filter race results by track, class, date, and race type. Returns paginated results ordered by most recent. Each result item contains the winning greyhound's details and race metadata. API for retrieving greyhound racing results, meetings, greyhound profiles, and upcoming open races from the GBGB portal. Fulfilled by Parse from gbgb.org.uk.
- entertainment
- gbgb
- gbgb-org-uk
- government-public
- parse
- platform-key
- sports
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- sports
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/04f3b8ab-38c4-4573-ad99-c54a8f337830/search_race_results
- Interface artifact
- sha256:4b0974c93894316e69395c805de36479c99e897aa1eb8bf04bed82caecd053d2
- Manifest digest
- sha256:11e567df8177ce5c11a37349573781d72b50a4e42438907f5d17359d58fd24a7
Request fields
- date (string): Race date in YYYY-MM-DD format.
- page (integer): Page number for pagination.
- limit (integer): Items per page.: Allowed values: 5, 10, 20
- track (string): Track name to filter by. Use get_tracks_list to see all available track names.
- race_type (string): Race type filter.: Allowed values: race, trial
- race_class (string): Race class filter. Use get_race_classes_list to see all available classes.
Example queries
- {"date":"2026-06-09","page":"1","limit":"5","track":"Romford","race_type":"race","race_class":"A1"}