Offenevergaben: List Contracts
Offenevergaben via Parse · government_public
Fetch a paginated list of public contracts with optional filters. Returns 20 contracts per page sorted by last modification date descending. Supports filtering by keyword search, notice type, date range, contract type, volume range, bidder count, CPV code, and NUTS region. Access Austrian public procurement data, including contracts, authorities, suppliers, and CPV categories from offenevergaben.at. Fulfilled by Parse from offenevergaben.at.
- b2b-directory
- finance
- government-public
- offenevergaben
- offenevergaben-at
- 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/b2b0b0ae-7c24-4687-a8eb-28ec166d41ed/list_contracts
- Interface artifact
- sha256:15f9145cb48cebe2f672bd70cc10b63366b0a793653c013541ce3379f5aa7301
- Manifest digest
- sha256:a376fd7e946612e64b0299e703be861b25b640764fee9263e45ec1e3b7511de6
Request fields
- cpv (string): CPV category code from list_categories (e.g. 45000000).
- nuts (string): Region NUTS codes comma-separated (e.g. AT130,AT342).
- page (integer): Page number.
- types (string): Notice types comma-separated (Ausschreibung, Auftrag).
- search (string): Keyword search for title, authority, or supplier.
- date_to (string): End date in YYYY-MM-DD format.
- date_from (string): Start date in YYYY-MM-DD format.
- date_type (string): Date field to filter by (e.g. date_lastmod).
- volume_to (number): Maximum contract volume.
- tenders_to (integer): Maximum number of bidders.
- volume_from (number): Minimum contract volume.
- tenders_from (integer): Minimum number of bidders.
- contract_types (string): Contract types comma-separated (Bauauftrag, Dienstleistungsauftrag, Lieferauftrag).
Example queries
- {"page":"1","search":"Bauarbeiten"}