Skip to main content
POST
/
api
/
mynavi
/
companies
/
jobs
/mynavi/companies/jobs
curl --request POST \
  --url https://api.anysite.io/api/mynavi/companies/jobs \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "company": "<string>",
  "count": 2,
  "timeout": 300
}
'
[
  {
    "id": "<string>",
    "url": "<string>",
    "@type": "@mynavi_job_card",
    "company_id": "<string>",
    "company_name": "<string>",
    "headline": "<string>",
    "catch_copy": "<string>",
    "employment_type": "<string>",
    "features": [],
    "job_content": "<string>",
    "target": "<string>",
    "work_location": "<string>",
    "salary": "<string>",
    "first_year_income": "<string>",
    "logo": "<string>",
    "image": "<string>"
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
company
string
required

Mynavi Tenshoku company as a numeric company id, a /company/{id}/ URL or a job slug

Minimum string length: 1
Examples:

"402573"

"https://tenshoku.mynavi.jp/company/402573/"

"jobinfo-402573-1-12-1"

count
integer
required

Max number of job postings to return

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
string
required
url
string
required
@type
string
default:@mynavi_job_card
company_id
string | null
company_name
string | null
headline
string | null
catch_copy
string | null
employment_type
string | null
features
string[]
job_content
string | null
target
string | null
work_location
string | null
salary
string | null
first_year_income
string | null
logo
string | null
image
string | null