Skip to main content
POST
/
api
/
weworkremotely
/
jobs
/weworkremotely/jobs
curl --request POST \
  --url https://api.anysite.io/api/weworkremotely/jobs \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "job": "<string>",
  "timeout": 300
}
'
[
  {
    "alias": "<string>",
    "title": "<string>",
    "@type": "@weworkremotely_job",
    "company": "<string>",
    "company_alias": "<string>",
    "image": "<string>",
    "description": "<string>",
    "category": "<string>",
    "employment_type": "<string>",
    "job_location_type": "<string>",
    "region": "<string>",
    "applicant_location_requirements": [],
    "salary": {
      "@type": "@weworkremotely_salary",
      "currency": "<string>",
      "min_value": 123,
      "max_value": 123,
      "period": "<string>"
    },
    "is_direct_apply": true,
    "published_at": "<string>",
    "valid_through_at": "<string>",
    "url": "<string>",
    "hiring_organization": {
      "@type": "@weworkremotely_organization",
      "name": "<string>",
      "website_url": "<string>",
      "address": "<string>"
    }
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
job
string
required

Job slug or We Work Remotely job URL

Minimum string length: 1
Examples:

"close-senior-software-engineer-backend-python-usa-only-100-remote-1"

"https://weworkremotely.com/remote-jobs/close-senior-software-engineer-backend-python-usa-only-100-remote-1"

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

alias
string
required
title
string
required
@type
string
default:@weworkremotely_job
company
string | null
company_alias
string | null
image
string | null
description
string | null
category
string | null
employment_type
string | null
job_location_type
string | null
region
string | null
applicant_location_requirements
string[]
salary
WeworkremotelySalary · object
is_direct_apply
boolean | null
published_at
string | null
valid_through_at
string | null
url
string | null
hiring_organization
WeworkremotelyOrganization · object