hellowork.com API: search_jobs
hellowork.com via Parse · jobs
Full-text search over job listings on HelloWork France. Supports filters for contract type, location, salary, date range, and sorting. Returns paginated results across multiple pages. Each result includes title, company, location, contract type, salary, and a direct URL. Search for jobs, companies, and browse categories on HelloWork France. Fulfilled by Parse from hellowork.com.
- b2b-directory
- hellowork-com
- jobs
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- jobs
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/1d40664b-41f0-4fc1-b677-06357ffec8d8/search_jobs
- Interface artifact
- sha256:79edb7376a8de3f9735db4187f1e181676feb661071fb71716d430bc22760ca8
- Manifest digest
- sha256:1800aae15ab074c02133df651386e2595812782cc46fc13e3d48d537ffd7ef54
Request fields
- c (string): Contract type filter. For multiple types, comma-separated (e.g. 'CDI,CDD').: Allowed values: CDI, CDD, Intérim, Stage, Alternance, Indépendant, Franchise, Associé, Fonctionnaire, Freelance, Stage de lycée
- d (string): Date range filter.: Allowed values: h, 3j, w, m, all
- k (string, required): Keyword to search for (job title, skill, etc.)
- l (string): Location (city, department, postal code)
- st (string): Sort order.: Allowed values: date, relevance
- msa (string): Minimum annual salary filter (numeric string, e.g. '40000').
- ray (string): Search radius in km around the location.
- page_limit (integer): Maximum number of pages to fetch (each page has ~30 results).
- filter_hourly (boolean): If true, filters out jobs with hourly-rate salaries from results.
Example queries
- {"c":"CDI","d":"h","k":"développeur","l":"Paris","st":"date","msa":"30000","ray":"20","page_limit":"1","filter_hourly":"false"}