Timesjobs: Search Jobs
Timesjobs via Parse · jobs
Full-text search over job listings by keyword, location, and experience level. Returns paginated results with job summaries including title, company, location, skills, salary range, and posting dates. Each job carries a jobId usable with get_job_detail for the full listing. Paginates via integer page counter; server default is 10 results per page. Search and retrieve job listings, details, categories, and statistics from TimesJobs.com. Fulfilled by Parse from timesjobs.com.
- b2b-directory
- jobs
- parse
- platform-key
- timesjobs
- timesjobs-com
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/0053796a-6939-498b-aa1e-50a128c767e4/search_jobs
- Interface artifact
- sha256:f9f237c9e581b28688867eb7fd9a7ed12f799bcfd55bff6ddf61412403b22448
- Manifest digest
- sha256:dbb55bcca122a32f45649215977fa28f2ed5277dd0253479e89e08a47e4211f9
Request fields
- page (integer): Page number for pagination.
- size (integer): Number of results per page.
- keyword (string): Search keyword (e.g. 'python', 'java developer'). Omitting returns all jobs.
- location (string): Location filter (e.g. 'bangalore', 'mumbai'). Omitting returns jobs from all locations.
- experience (string): Minimum years of experience filter (e.g. '3'). Omitting returns jobs for all experience levels.
Example queries
- {"page":"1","size":"5","keyword":"python","location":"bangalore","experience":"3"}