Tenders: Search Notices
Tenders via Parse · government_public
Full-text search over UK government tender notices on the Find a Tender service. Returns a paginated list of notice summaries with metadata including organisation, notice type, contract value, location, and publication date. Supports filtering by procurement stage (status), notice type, and contract value range. Each page returns up to ~20 results; use the page parameter to advance. The total_results count reflects the full matching set across all pages. Search and retrieve UK government tender notices from Find a Tender service, including OCDS-format procurement data and CPV code browsing. Fulfilled by Parse from tenders.gov.uk.
- b2b-directory
- finance
- government-public
- parse
- platform-key
- tenders
- tenders-gov-uk
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- government_public
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/8cba9203-9364-4487-950d-0a8c2e3c9fd3/search_notices
- Interface artifact
- sha256:0fb8632f5f874c0ee3961da259daa3fe7a4be2913ba363a4254688ad0a3de4e2
- Manifest digest
- sha256:4538dcd155de2ffd48a68201db9a430a5ad828df338e640779d50e6ea82ab776
Request fields
- page (integer): Page number for pagination (1-based).
- query (string): Search keywords to match against notice titles and descriptions.
- sort_by (string): Sort order for results.
- statuses (string): Comma-separated statuses to filter by. Accepted values: planning, tender, contract, pipeline, award, termination. If omitted, all statuses are included.: Allowed values: planning, tender, contract, pipeline, award, termination
- max_value (string): Maximum contract value filter.
- min_value (string): Minimum contract value filter.
- notice_types (string): Comma-separated notice type filter values.
Example queries
- {"page":"1","query":"construction","sort_by":"publish_date_desc","statuses":"planning","max_value":"1000000","min_value":"10000","notice_types":"1"}