Indeed: Search Jobs
Indeed via Parse · jobs
Full-text search over job listings on ca.indeed.com. Matches query against job titles, skills, and company names. Results are scoped by location and recency (fromage). Returns up to ~15 listings per single query (single page; no server-side pagination is exposed without authentication). When queries is provided, searches each term separately and merges results with deduplication; each job retains its matched query. Each result carries a jobkey usable with get_job_details for the full posting. Search jobs, get job details, and access company information from ca.indeed.com Fulfilled by Parse from ca.indeed.com.
- b2b-directory
- ca-indeed-com
- indeed
- jobs
- parse
- platform-key
- reviews-ratings
Price and execution
- Price
- $0.06 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- jobs
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/3ca3409d-7717-4c1b-8854-c204b951ef8a/search_jobs
- Interface artifact
- sha256:7a7f006a5319973f52021cc43adb50ef85a51e0727a1cc8f8dd03e1b5f51fcfd
- Manifest digest
- sha256:1d3e7902164fafa7ae9ee943d8838a6281a8d293b54df36b915ac616359bd0df
Request fields
- sort (string): Sort order for results.: Allowed values: relevance, date
- query (string): Search keyword(s) for job title, skills, or company name. Either query or queries is required.
- fromage (integer): Maximum age of listings in days.
- queries (array): JSON array of job title strings to search. Runs a search for each, merges and deduplicates results. Each job object retains a query field indicating which search term matched it. Either query or queries is required.
- location (string): Location to search in (city, province, or country).
Example queries
- {"sort":"relevance","query":"software engineer","fromage":"14","queries":"[\"warehouse associate\", \"forklift driver\"]","location":"Toronto, ON"}