REMOTEful Job API Documentation


Terms of Services

Thank you for using REMOTEful's API, please link to REMOTEful's URL so that we can get traffic back from your site.

Do not send REMOTEful jobs to third parties such as Google Jobs or LinkedIn Jobs.

This is for the purpose of displaying job postings attributed to REMOTEful on various platforms. displaying REMOTEful job postings for the purpose of collecting registrations or email addresses is a violation of the Terms of Service.


API Limit, Rate

Please note that you do not need to make frequent requests to REMOTEful's API. It is usually sufficient to use this API to retrieve REMOTEful job data a few times a day. Please note that excessive requests will be blocked.


List Jobs

REMOTEful is an aggregate job board, but you can post directly from REMOTEful.

It returns a list of all active remote jobs submitted from REMOTEful.


Request

GET https://remoteful.dev/api/remote_jobs

Optinal Querystring Parameters

Parameter Description Example
limit

Specifies the number of results for the job search.

Specify a number between 1 and 100. If any other number is specified, all jobs will be retrieved.

If nothing is specified, all will be retrieved.

https://remoteful.dev/api/remote_jobs?limit=10

Response

For example, the following request

curl 'https://remoteful.dev/api/remote_jobs?limit=1'

{
    "0-legal-notice": "REMOTEful API Legal Notice.",
    "job_count": 1, // return job count.
    "jobs": [
    {
        "id": 123, // Unique REMOTEful ID
        "url": "https://remoteful.dev/remote_jobs/123-software-engineer-example-company", // Job URL
        "title": "job title", // Job title
        "company_name": "EXAMPLE COMPANY", // Company name
        "company_logo": "https://image.remoteful.dev/example.png", // Company Logo URL(Optional)
        "category": "SALES", // One of. SOFTWARE DEVELOPMENT, CUSTOMER SUPPORT, SALES, MARKETING, DESIGN, FRONT END, BACK END, LEGAL, TESTING, QUALITY ASSURANCE, NON-TECH, OTHER
        "location": "WORLDWIDE", // One of. WORLDWIDE, AFRICA-ONLY, AMERICAS-ONLY, ASIA-ONLY, CANADA-ONLY, EMEA-ONLY, EUROPE-ONLY, NORTH-AMERICA-ONLY, USA-ONLY, OTHER
        "tags": [ // Optinal
           "RUBY",
           "RUBY ON RAILS"
        ],
        "published_at": "2021-09-11T03:52:19.172Z", // Date published
        "description": "The full HTML job description here" // Job description
    }
}
          

Do you have RSS?

https://remoteful.dev/rss


There's something I don't understand.

Please send an email to [email protected]