Dailyremote: Search Jobs
Dailyremote via Parse · jobs
Search for remote job listings on DailyRemote with optional keyword and country filters. Returns job cards with basic metadata including title, company, salary, location, and experience level. Optionally fetches full JSON-LD details for each listing (slower). Paginates via integer page number. Search and retrieve remote job listings from DailyRemote.com, including full job descriptions, salary ranges, company info, and application details. Fulfilled by Parse from dailyremote.com.
- b2b-directory
- dailyremote
- dailyremote-com
- jobs
- parse
- platform-key
Price and execution
- Price
- $0.10 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- jobs
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/2237614a-bf6d-4fc5-b495-3995fd490481/search_jobs
- Interface artifact
- sha256:cfbab838a96633bbd5ab159a5f8fc4b33bad2ba67062d25c3731bda05113133a
- Manifest digest
- sha256:692dad0ac26bb8c57bf0b1809b32162fc7b55baac398388df0e9e4f37e43f342
Request fields
- page (integer): Page number for pagination.
- query (string): Search keyword (e.g. 'web developer', 'data analyst'). Empty string returns all listings.
- country (string): Country filter for job location (e.g. 'Canada', 'United States'). Empty string returns all countries.
- fetch_details (string): Whether to fetch full job details for each listing. Accepted values: 'true', 'false'. Set to 'false' for faster results with basic metadata only.: Allowed values: true, false
Example queries
- {"page":"1","query":"web developer","country":"Canada","fetch_details":"true"}