Remote Jobs API

Remote Weekly Logo

Access remote jobs from the best job boards, social networks, career pages, recruitment sites, subreddits, or Facebook groups with one API call.

$29 /month, free 7-day trial period. Card required.
Documentation · Pricing · Supported positions

a product by Remote Weekly

Use Cases

Niche job boards


Stop digging for new data every day. Stop writing and maintaining crappy scrappers that will inevitably break down.Instead, focus on marketing and customer acquisition.

Curated newsletters


Newsletters are the new blogs. If you write, you should have one.Instantly boost the value of your emails by showing relevant job openings to your audience.

No-code integrations


Use Zapier and connect our API with Airtable.Feed our JSON to Integromat, create Google Sheet rows. Use Sheets as a database for Data Studio. The options are limitless.

Latest blog posts

Quick Start

Step 1 - Sign up


In order to use our API, you will need a key.
You can get the key by signing up. Free 7-day trial period included.
We will send you the key via email.

Step 2 - Hello World


Got the key? Good! Let's test it out. Call our hello-world endpoint.curl https://v1.api.remoteweekly.ai/hello-world/
-H Authorization: Bearer API_KEY

* Don't forget to replace API_KEY with your actual key.
show API docs

Hello world endpoint

Step 3 - Ready to Explore


200: OK is what you should get in step 2. Now, let's get down to business. There are three main endpoints in the API.

  • List - Browse remote job positions.

  • Search - Perform fulltext search over our NoSQL database.

  • Detail - Fetch job details, including description, labels, etc.

Endpoints

GET Job List


Browse remote job positions. This is a GET endpoint with optional parameters for sorting.

MethodGET
Endpoint/jobs/
Full URLhttps://v1.api.remoteweekly.ai/jobs/

show API docs

Job List Mockup
Job Search Mockup

POST Job Search


Perform full-text search over our NoSQL database. This is a POST endpoint.

MethodPOST
Endpoint/jobs/search/
Full URLhttps://v1.api.remoteweekly.ai/jobs/search/

show API docs

GET Job Detail


Fetch job details, including description, labels, company name, link, url, and so on. This is a GET endpoint with optional parameters for sorting.

MethodGET
Endpoint/jobs/{uid}/
Full URLhttps://v1.api.remoteweekly.ai/jobs/{uid}/

show API docs

Job Detail Mockup

What is Remote Weekly?


We are an AI-powered remote jobs delivery platform. Every day, we collect jobs from the best job boards, social networks, career pages, and recruitment sites.Visit remoteweekly.ai for more.