Nofluffjobs: Search Jobs
Nofluffjobs via Parse · jobs
Full-text search and filtering of job postings. Supports category, seniority, city, keyword, employment type, country, and remote filters. Returns paginated results with job summaries. Each JobSummary exposes a navigation op to its full JobDetail. Paginates via integer page counter. Search and retrieve job postings from nofluffjobs.com, a Polish job board for IT, marketing, sales, HR, and other roles. Supports filtering by category, seniority, city, keyword, employment type, and more. Fulfilled by Parse from nofluffjobs.com.
- b2b-directory
- jobs
- maps-geo
- nofluffjobs
- nofluffjobs-com
- parse
- platform-key
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- jobs
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/721c13f8-f8fa-47a6-b9dc-39954f5e91e1/search_jobs
- Interface artifact
- sha256:e1479d67127708cc01e43cb3eec6f5fded7a5427355e7d64ce023c6ec0471773
- Manifest digest
- sha256:159126598b24226dd50997472a851db32fc8ff1ae6a918461d1bdd2de86413f1
Request fields
- city (string): City filter (e.g., 'Warszawa', 'Kraków', 'Wrocław', 'Poznań', 'Gdańsk').
- page (integer): Page number (1-indexed).
- remote (string): Set to 'remote' to filter for remote jobs only.
- country (string): Country code filter (e.g., 'POL', 'DEU', 'GBR').
- keyword (string): Keyword/skill filter (e.g., 'Python', 'Java', 'React'). Comma-separated for multiple.
- category (string): Job category filter. Accepted values: 'marketing', 'fullstack', 'backend', 'frontend', 'mobile', 'testing', 'devops', 'project-manager', 'business-intelligence', 'business-analyst', 'hr', 'sales', 'customer-service', 'finance', 'erp'. Comma-separated for multiple.: Allowed values: marketing, fullstack, backend, frontend, mobile, testing, devops, project-manager, business-intelligence, business-analyst, hr, sales, customer-service, finance, erp
- page_size (integer): Number of results per page (max ~100).
- seniority (string): Seniority level filter. Accepted values: 'Junior', 'Mid', 'Senior', 'Expert'. Comma-separated for multiple.: Allowed values: Junior, Mid, Senior, Expert
- employment (string): Employment type filter. Accepted values: 'b2b', 'permanent', 'zlecenie'. Comma-separated for multiple.: Allowed values: b2b, permanent, zlecenie
Example queries
- {"page":"1","category":"marketing","page_size":"5","seniority":"Junior","employment":"b2b"}