Skip to main content
POST
/
api
/
wantedly
/
projects
/
search
/wantedly/projects/search
curl --request POST \
  --url https://api.anysite.io/api/wantedly/projects/search \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "count": 2,
  "timeout": 300,
  "keyword": "",
  "order": "mixed",
  "hiring_types": [],
  "occupation_types": [],
  "areas": [],
  "feature_tags": []
}
'
[
  {
    "id": 123,
    "@type": "@wantedly_project_search_hit",
    "title": "<string>",
    "description": "<string>",
    "occupation": "<string>",
    "published_at": "<string>",
    "entry_count": 123,
    "image": "<string>",
    "hiring_types": [],
    "feature_tags": [],
    "company_id": 123,
    "company_name": "<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

Required range: x >= 1
Example:

20

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500
keyword
string
default:""

Search keyword matched against project title and description

Example:

"Rust"

order
enum<string>
default:mixed

Result ordering

Available options:
mixed,
popular,
recent
hiring_types
enum<string>[]

Restrict to these hiring / employment types

Available options:
newgrad,
internship,
mid_career,
side_job,
freelance,
part_time
occupation_types
enum<string>[]

Restrict to these occupation categories

Available options:
jp__engineering,
jp__mobile_engineer,
jp__web_engineer,
jp__infra_engineer,
jp__systems_engineer,
jp__qa_engineer,
jp__data_scientist,
jp__design_and_art,
jp__ui_ux_designer,
jp__graphic_designer,
jp__art_director,
jp__creative_director,
jp__photographer,
jp__video_creator,
jp__illustrator,
jp__pm_and_web_direction,
jp__product_manager,
jp__project_manager,
jp__web_director,
jp__editing_and_writing,
jp__writer,
jp__copywriter,
jp__editor,
jp__translator,
jp__marketing,
jp__web_marketing,
jp__public_relations,
jp__sales,
jp__corporate_sales,
jp__private_sales,
jp__business_development,
jp__customer_success_and_support,
jp__customer_success,
jp__customer_support,
jp__corporate,
jp__human_resources,
jp__finance,
jp__legal_affairs,
jp__corporate_planning,
jp__secretary,
jp__admin_staff,
jp__consulting,
jp__business_consultant,
jp__hr_consultant,
jp__it_consultant,
jp__marketing_consultant,
jp__career_consultant,
jp__medical,
jp__physician,
jp__dentist,
jp__nurse,
jp__pharmacist,
jp__others
areas
enum<string>[]

Restrict to these regions of Japan

Available options:
tokyo,
osaka,
nagoya,
kyoto,
fukuoka,
sapporo,
tohoku,
kanto,
hokuriku,
tokai,
kinki,
chugoku,
kyushu
feature_tags
enum<string>[]

Restrict to projects with these features

Available options:
has_attendable_members,
remote_visit,
weekend,
lunch,
international,
friend,
student,
funded3k,
funded1m,
ceo_can_code,
ceo_is_in_20s,
overseas,
fresh

Response

Successful Response

id
integer
required
@type
string
default:@wantedly_project_search_hit
title
string | null
description
string | null
occupation
string | null
published_at
string | null
entry_count
integer | null
image
string | null
hiring_types
string[]
feature_tags
string[]
company_id
integer | null
company_name
string | null