POST /api/mynavi/jobs/search
Price: 20 credits
Search Mynavi Tenshoku (マイナビ転職) job postings with filters for free-text keyword, major job category, industry, prefecture or region, employment type, minimum first-year income and work-condition features, with result ordering (recommended, newest, first-year income, most viewed). Returns job cards with the job slug (usable with the job get-by-id endpoint), company name and logo, catch copy, employment type, feature tags, a job-content and target-candidate snippet, work location, salary, first-year income and image.
Search Mynavi Tenshoku (マイナビ転職) job postings. All filters are optional except count. keyword (free text); job_category (sales/it_engineer/medical_welfare/consultant_finance_realestate/...); industry (it_telecom/finance_insurance/realestate_construction/...); prefecture (tokyo/osaka/aichi/...) OR region (shutoken/kansai/kyushu/...); employment_type (full_time/contract/outsourcing); min_income (m150..m650, the minimum first-year income in 万円); feature (one work-condition / company feature such as full_remote/remote_ok/side_job_ok/full_two_day_weekend/no_relocation/flextime/... — 90+ options); sort (recommended/newest/first_year_income/most_viewed, default recommended). Each result has id (jobinfo slug, usable with the job get-by-id endpoint), url, company_id, company_name, headline, catch_copy, employment_type, features, job_content, target, work_location, salary, first_year_income, logo and image.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)keyword string nullable — Free-text keyword to match against job postings (minLength: 1)job_category string nullable — Major job category the posting must belong to (one of: "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 string nullable — Industry the hiring company must belong to (one of: "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 string nullable — Prefecture the job is located in (one of: "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 string nullable — Region the job is located in (ignored when prefecture is set) (one of: "hokkaido", "tohoku", "kitakanto", "shutoken", "koshinetsu", "hokuriku", "tokai", "kansai", "chugoku", "shikoku", "kyushu")employment_type string nullable — Employment type of the posting (one of: "full_time", "contract", "outsourcing")min_income string nullable — Minimum first-year income threshold (one of: "m150", "m200", "m250", "m300", "m350", "m400", "m450", "m500", "m550", "m600", "m650")feature string nullable — Work-condition / company feature the posting must have (one of: "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 string — Result ordering (default: "recommended"; one of: "recommended", "newest", "first_year_income", "most_viewed")count integer required — Max number of results to return (min: 1)@type string (default: "MynaviJobCard")id string requiredurl string requiredcompany_id string nullablecompany_name string nullableheadline string nullablecatch_copy string nullableemployment_type string nullablefeatures array (default: [])job_content string nullabletarget string nullablework_location string nullablesalary string nullablefirst_year_income string nullablelogo string nullableimage string nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — The entity was not found, or a precondition failed Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.