Biddingo: Search Bids
Biddingo via Parse · government_public
Search for active bid/RFP solicitations with various filters. Returns paginated results sorted by the specified field. Each result contains summary information; use get_bid_detail for the full description. Paginates via integer page counter. Access government procurement bids and RFPs on Biddingo. Search for active solicitations, filter by region and category, and retrieve detailed bid information including project descriptions. Fulfilled by Parse from biddingo.com.
- b2b-directory
- biddingo
- biddingo-com
- finance
- government-public
- parse
- platform-key
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/809ca7d5-a675-42ba-b064-66b1287e9bd5/search_bids
- Interface artifact
- sha256:385bbb9716ed0dfee0c2447e8f11729cb6bf9bcb71bde0cc3092f57a1a16c7a2
- Manifest digest
- sha256:00ac0842be1dd34a627412d4239562ff33bfaa1c21e562bce1d92b890e98069f
Request fields
- sort (string): Sort order as field:direction. Accepted values: 'postedDate:desc', 'postedDate:asc', 'closingDate:desc', 'closingDate:asc'.: Allowed values: postedDate:desc, postedDate:asc, closingDate:desc, closingDate:asc
- limit (integer): Number of results per page.
- keyword (string): Search keyword or solicitation number to match against bid titles and descriptions.
- statuses (string): Bid status ID. '1' for Open for Bidding.: Allowed values: 1
- region_ids (string): Comma-separated list of region IDs to filter by (IDs from get_regions endpoint, e.g. '1' for Eastern Canada, '3' for Western Canada).
- page_number (integer): Page number to retrieve (1-based).
- category_ids (string): Comma-separated list of category IDs to filter by (IDs from get_categories endpoint).
Example queries
- {"sort":"postedDate:desc","limit":"10","keyword":"construction","statuses":"1","page_number":"1"}