Jobicy.com Scraper
Pricing
from $1.00 / 1,000 results
Jobicy.com Scraper
Browse remote job listings from Jobicy.com by region, industry, and keyword. No API key required.
Browse remote job listings from Jobicy.com by region, industry, and keyword. No API key required.
Why this scraper?
- No credentials needed — Jobicy's public API requires no registration or API key
- Global remote jobs — filter by region (USA, UK, Europe, Canada, Australia, and more)
- Industry filter — narrow by engineering, marketing, design-multimedia, accounting-finance, and more
- Keyword search — search across job titles and descriptions
- Salary data — min/max salary with currency on many listings
- Rich job data — seniority level, employment type, full HTML description, company logo
What you can fetch
| Mode | Description |
|---|---|
browse | Browse remote jobs with optional geo, industry, and keyword filters |
Usage
Browse all remote jobs
{"queryType": "browse"}
Filter by region
{"queryType": "browse","geo": "usa"}
Filter by industry and keyword
{"queryType": "browse","industry": "engineering","tag": "python"}
Combine all filters
{"queryType": "browse","geo": "usa","industry": "engineering","tag": "react","count": 20}
Input fields
| Field | Type | Default | Description |
|---|---|---|---|
queryType | string | browse | Must be browse |
geo | string | usa | Region filter — must be a valid Jobicy geo slug (e.g. usa, uk, europe, canada, australia, apac, emea, latam, germany, ukraine). Clear the field for all regions. See valid values below. |
industry | string | — | Industry/category — must be a valid Jobicy industry slug (e.g. engineering, marketing, design-multimedia, accounting-finance, data-science, hr, seller). See valid values below. |
tag | string | — | Keyword search across titles and descriptions (free text, e.g. python, react) |
count | integer | 50 | Max results to return (1–100) |
Valid industry slugs
admin-support, business, copywriting, design-multimedia, supporting, cybersecurity, data-science, admin, education, accounting-finance, healthcare, hr, legal, marketing, management, project-management, qa-testing, seller, seo, engineering, technical-support, web-app-design
Valid geo slugs
Regions: apac, emea, latam, europe. Countries: argentina, australia, austria, belgium, brazil, bulgaria, canada, china, costa-rica, croatia, cyprus, czechia, denmark, estonia, finland, france, germany, greece, hong-kong, hungary, ireland, israel, italy, japan, latvia, lithuania, malaysia, mexico, netherlands, new-zealand, norway, philippines, poland, portugal, romania, serbia, singapore, slovakia, slovenia, south-korea, spain, sweden, switzerland, thailand, turkiye, united-arab-emirates, uk, ukraine, usa, vietnam. Omit geo entirely to get jobs from all regions. Passing an invalid slug returns HTTP 400.
Output fields
| Field | Type | Description |
|---|---|---|
id | integer | Jobicy job ID |
url | string | Job page URL on Jobicy |
jobSlug | string | URL-friendly job slug |
jobTitle | string | Job title |
companyName | string | Company name |
companyLogo | string | Company logo URL |
jobIndustry | array | Industry/category tags |
jobType | array | Employment type (e.g. Full-Time) |
jobGeo | string | Geographic region or country |
jobLevel | string | Seniority level (e.g. Senior, Director, Any) |
jobExcerpt | string | Short plain-text excerpt |
pubDate | string | ISO 8601 publication date |
salaryMin | integer | Minimum salary (may be absent) |
salaryMax | integer | Maximum salary (may be absent) |
salaryCurrency | string | Salary currency (may be absent) |
salaryPeriod | string | Salary period, e.g. yearly (may be absent) |
jobDescription | string | Full job description (HTML) |
Use cases
- Build a remote job board with region and industry filtering
- Research salary ranges by region and seniority level
- Monitor new remote job postings by keyword or industry
- Aggregate global remote jobs for a niche career platform
- Build job alert tools targeting specific geographies and skills
Latency & caching
| Data | Cache TTL |
|---|---|
| Job listings | 4 hours |
Disclaimer
This scraper uses Jobicy's public API. It is not affiliated with or endorsed by Jobicy. Use responsibly; the API requires attribution and prohibits redistribution to aggregator sites (Jooble, Google Jobs, LinkedIn, etc.). See Jobicy's API docs for full terms.