Skip to main content
POST
/
api
/
mynavi
/
jobs
/
search
/mynavi/jobs/search
curl --request POST \
  --url https://api.anysite.io/api/mynavi/jobs/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 2,
  "timeout": 300,
  "keyword": "<string>",
  "sort": "recommended"
}
'
[
  {
    "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
count
integer
required

Max number of results to return

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

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
keyword
string | null

Free-text keyword to match against job postings

Minimum string length: 1
job_category
enum<string> | null

Major job category the posting must belong to

Available options:
sales,
planning_management,
administration,
retail_food,
beauty_bridal_hotel_transport,
medical_welfare,
childcare_education,
consultant_finance_realestate,
creative,
web_internet_game,
it_engineer,
electrical_mechanical_semiconductor,
architecture_civil,
pharma_food_chemical,
skilled_logistics_agriculture,
public_service
industry
enum<string> | null

Industry the hiring company must belong to

Available options:
it_telecom,
machinery_electronics,
materials,
housing,
consumer_goods,
trading,
services,
leisure,
retail,
food,
media_advertising,
finance_insurance,
consulting,
realestate_construction,
transport_logistics,
environment_energy,
public,
other
prefecture
enum<string> | null

Prefecture the job is located in

Available options:
hokkaido,
aomori,
iwate,
miyagi,
akita,
yamagata,
fukushima,
ibaraki,
tochigi,
gunma,
saitama,
chiba,
tokyo,
kanagawa,
niigata,
toyama,
ishikawa,
fukui,
yamanashi,
nagano,
gifu,
shizuoka,
aichi,
mie,
shiga,
kyoto,
osaka,
hyogo,
nara,
wakayama,
tottori,
shimane,
okayama,
hiroshima,
yamaguchi,
tokushima,
kagawa,
ehime,
kochi,
fukuoka,
saga,
nagasaki,
kumamoto,
oita,
miyazaki,
kagoshima,
okinawa
region
enum<string> | null

Region the job is located in (ignored when prefecture is set)

Available options:
hokkaido,
tohoku,
kitakanto,
shutoken,
koshinetsu,
hokuriku,
tokai,
kansai,
chugoku,
shikoku,
kyushu
employment_type
enum<string> | null

Employment type of the posting

Available options:
full_time,
contract,
outsourcing
min_income
enum<string> | null

Minimum first-year income threshold

Available options:
m150,
m200,
m250,
m300,
m350,
m400,
m450,
m500,
m550,
m600,
m650
feature
enum<string> | null

Work-condition / company feature the posting must have

Available options:
full_remote,
remote_ok,
overtime_under_30h,
leave_on_time,
leave_by_17,
direct_commute_ok,
short_hours_ok,
flextime,
work_under_7h,
staggered_hours,
no_relocation,
overseas_work,
domestic_travel,
uses_english,
uses_chinese,
uses_other_language,
in_house_development,
own_product_or_media,
full_two_day_weekend,
holidays_120_plus,
holidays_125_plus,
consecutive_leave_5_plus,
consecutive_leave_2weeks,
bonus_5months_plus,
base_pay_250k_plus,
retirement_allowance,
settlement_bonus,
free_dress_code,
free_appearance,
car_commute_ok,
smoke_free_office,
free_address_office,
job_rotation,
phone_tablet_provided,
housing_allowance,
relocation_cost_covered,
full_commute_allowance,
remote_work_allowance,
company_car,
gas_allowance,
qualification_support,
homecoming_allowance,
book_purchase_support,
second_new_grad,
education_unrestricted,
u_i_turn_welcome,
career_20years_plus,
disability_hiring,
industry_experience_preferred,
no_work_experience_welcome,
women_jobs,
region_limited,
career_break_ok,
management_experience_welcome,
urgent,
hiring_10_plus,
mynavi_exclusive,
phone_inquiry_ok,
offer_in_2weeks,
online_interview_ok,
interview_all_applicants,
high_paid_leave,
incentive,
job_fair,
office_tour_ok,
foreign_company,
sales_up_3years,
listed_group_company,
debt_free,
avg_age_20s,
avg_age_30s,
mid_career_50_plus,
women_50_plus,
parents_on_staff,
women_managers,
young_managers,
inexperienced_50_plus,
ui_turn_30_plus,
side_job_ok,
independence_support,
cafeteria_meal_support,
rehire_program,
internal_venture,
employee_discount,
parental_leave_record,
daycare_support,
onsite_daycare,
health_management_org,
safety_excellent_company,
kurumin_certified,
eruboshi_certified,
nadeshiko_brand,
youthyell_certified,
diversity_management,
regional_future_company,
eco_first_company
sort
enum<string>
default:recommended

Result ordering

Available options:
recommended,
newest,
first_year_income,
most_viewed

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