Boss: Search Vacancies
Boss via Parse · jobs
Search for job vacancies with optional filters including keyword, category, region, salary range, education, and experience. Returns paginated results with contact info (email, phones). Paginates via cursor (endCursor). Each vacancy carries a profile sub-object linking to the employer company. GraphQL-based API for boss.az to search jobs, view vacancy details, retrieve company profiles, and browse job categories and regions in Azerbaijan. Fulfilled by Parse from boss.az.
- b2b-directory
- boss
- boss-az
- jobs
- maps-geo
- 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/cfd9cc2f-27e9-45aa-955b-64d969d76000/search_vacancies
- Interface artifact
- sha256:613d0935d3d98d2afa58bd9466faec6db35a34814afd5ccc929e17c9d0aa9134
- Manifest digest
- sha256:781b4a703950d327fafe30b5dce63bd4c41917c9f86c0b984bfc4ffec1bc9204
Request fields
- after (string): Cursor for pagination, use endCursor from a previous response.
- limit (integer): Number of results to return per page.
- region_ids (string): JSON array of region/city IDs to filter by (e.g. "[1,4]"). IDs available from get_all_regions.
- salary_max (integer): Maximum salary filter.
- salary_min (integer): Minimum salary filter.
- search_term (string): Keyword to search for in vacancy listings.
- category_ids (string): JSON array of job category IDs to filter by (e.g. "[37,38]"). IDs available from get_all_categories.
- education_ids (string): JSON array of education level IDs to filter by.
- experience_ids (string): JSON array of experience level IDs to filter by.
Example queries
- {"limit":"5","region_ids":"1","salary_max":"5000","salary_min":"500","search_term":"manager","category_ids":"37","education_ids":"[]","experience_ids":"[]"}