Search
Search across multiple object types
Performs a text search across jobs, companies, and materials. Returns combined results sorted by relevance.
get/search.json
Query parameters
qstring required
Example:plumbing repair
Search query string
limitinteger
Maximum number of results to return (max 50)
Response
Search results
Example response
{
"results": [
{
"type": "job"
}
]
}