Constructconnect: Get Projects By State
Constructconnect via Parse · b2b_directory
List construction projects for a specific US state, sorted by most recently reported. Returns project details including name, location, type, value, description, bidders, document availability, and more. Paginates via the limit parameter. Optionally filter by keyword in description/scope or minimum number of floors/stories. 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_state
- Interface artifact
- sha256:624ce2bdb147142e03d793e4b7edf1f012cbcf261c59ea4ca1b8ebc1f4d987b3
- Manifest digest
- sha256:13400e79d02e0e139b38d1b70fb15af05b6272ed8583515bc4183b1d2accaaf4
Request fields
- limit (integer): Maximum number of projects to return (1-100).
- state (string, required): US state name (e.g. 'utah', 'california') or 2-letter abbreviation (e.g. 'UT', 'CA').: Allowed values: utah, california, texas, florida, new york
- keyword (string): Filter projects by keyword match in description or scope text (e.g. 'school', 'bridge', 'concrete'). Case-insensitive. Only projects containing the keyword in their description or scope are returned.
- 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","state":"utah"}