App Logo
free-work.com

Search Free-Work jobs

Searches job listings on free-work.com (IT/freelance), usable without logging in. `query` is a free-text keyword; `location` is a free-text city, resolved to the closest match — unresolved locations throw explicitly rather than silently searching everywhere. Defaults to searching all of France when no location is given. Returns title, full description, company, contract types, experience level, remote work, salaries (daily/annual), currency, skills, publish date, and URL. 1-based pagination, 16 results per page. One thing to check: requesting a page beyond the real number of pages doesn't return an empty result — it silently repeats the first page — so verify against `totalItems` before trusting a high page number.

Input

page optional

Page number, 1-based. Defaults to 1.

query optional

Free-text keyword (title, skill), e.g. "python developer", "accountant". Optional.

location optional

Free-text city or place, e.g. "Lyon", "Paris". Resolved via the site's autocomplete (first result kept). Optional — defaults to searching all of France.

Output

jobs required
page required
totalItems required

FAQ

Searches job listings on free-work.com (IT/freelance), usable without logging in. `query` is a free-text keyword; `location` is a free-text city, resolved to the closest match — unresolved locations throw explicitly rather than silently searching everywhere. Defaults to searching all of France when no location is given. Returns title, full description, company, contract types, experience level, remote work, salaries (daily/annual), currency, skills, publish date, and URL. 1-based pagination, 16 results per page. One thing to check: requesting a page beyond the real number of pages doesn't return an empty result — it silently repeats the first page — so verify against `totalItems` before trusting a high page number.
Optional: page, query, location.
It returns jobs, page, totalItems.
No. It only uses pages of free-work.com that are reachable without signing in.
It only reads. It looks things up on free-work.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/free-work.com/search_jobs, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/free-work.com/search_jobs
It is part of Reduck's official curated catalogue.

Start building not clicking