Procore: Search Projects
Procore via Parse · b2b_directory
Search for construction projects and bids on the Procore Construction Network. Returns project data including titles, locations, bid due dates, solicitor information, and trade classifications. When a query is provided, results are filtered by keyword match against project titles and scopes. Without a query, returns all recent projects. Paginates via page number. Search and retrieve construction projects, bids, and company profiles from the Procore Construction Network. Fulfilled by Parse from procore.com.
- b2b-directory
- government-public
- marketplace
- parse
- platform-key
- procore
- procore-com
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/104087f7-d4a7-45ef-a18f-4bfc5715e762/search_projects
- Interface artifact
- sha256:76347a602096bbb9c92e79b14d50605b30d48c47c75112586a76a8e4cffbc0c7
- Manifest digest
- sha256:b3550f01788b3319eaf435c8f007ddfd7f24bd784350748cd29544c1a86ff2ff
Request fields
- page (integer): Page number for pagination.
- sort (string): Sort order for results.: Allowed values: last_updated
- query (string): Search keyword for projects (e.g. 'electrical', 'plumbing'). When omitted, returns all recent projects.
- page_size (integer): Number of results per page.
- funding_type (string): Filter by funding type: 'public' or 'private'.: Allowed values: public, private
Example queries
- {"page":"1","sort":"last_updated","query":"electrical","page_size":"10","funding_type":"public"}