Constructconnect: Get Projects By Province
Constructconnect via Parse · b2b_directory
List Canadian construction projects for a specific province, sorted by most recently reported. Optionally filter by project stage (bidding soon within 7 or 30 days, or recently updated), keyword in description/scope, or minimum number of floors/stories. Returns project details including name, location, type, value, description, bidders, document availability, and more. Paginates via the limit parameter. Access construction project data, market reports, industry events, blog content, economic insights, and pricing plans from ConstructConnect. Fulfilled by Parse from constructconnect.com.
- b2b-directory
- constructconnect
- constructconnect-com
- finance
- government-public
- parse
- platform-key
- real-estate
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- b2b_directory
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/85d36358-54d2-41ec-8aa7-f0f1f3f90949/get_projects_by_province
- Interface artifact
- sha256:e339b80a6d9aafa82e705f9d671da56601f35bd9c2a8e2c89dcfc9c3b709922c
- Manifest digest
- sha256:a3b77fc7420fe8260812bf66d5203f5f9d66f7a0f5f936b7953b6700afcd47a0
Request fields
- limit (integer): Maximum number of projects to return (1-100).
- stage (string): Filter by project stage. 'bidding_7_days' returns projects with bid dates in the next 7 days; 'bidding_30_days' in the next 30 days; 'updated' returns projects reported in the last 30 days; 'all' returns all active projects. Omitting returns all active projects.
- keyword (string): Filter projects by keyword match in description or scope text (e.g. 'bridge', 'concrete', 'tower'). Case-insensitive. Only projects containing the keyword in their description or scope are returned.
- province (string, required): Canadian province or territory name (e.g. 'ontario', 'british columbia') or abbreviation (e.g. 'ON', 'BC').
- min_floors (integer): Filter projects by minimum number of floors/stories. Extracts floor/story count from description and scope text (e.g. '12-storey', '5 floors', '3 levels'). Projects without a detectable floor count are excluded when this filter is active.
Example queries
- {"limit":"5","stage":"bidding_7_days","province":"ontario"}