Skip to main content
POST
/
api
/
wantedly
/
projects
/wantedly/projects
curl --request POST \
  --url https://api.anysite.io/api/wantedly/projects \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "project": 123,
  "timeout": 300
}
'
[
  {
    "id": 123,
    "title": "<string>",
    "@type": "@wantedly_project",
    "description": "<string>",
    "looking_for": "<string>",
    "published_at": "<string>",
    "location": "<string>",
    "location_suffix": "<string>",
    "latitude": 123,
    "longitude": 123,
    "page_view": 123,
    "support_count": 123,
    "candidate_count": 123,
    "image": "<string>",
    "what_description": "<string>",
    "what_images": [],
    "why_description": "<string>",
    "why_images": [],
    "how_description": "<string>",
    "how_images": [],
    "company": {
      "id": 123,
      "name": "<string>",
      "@type": "@wantedly_project_company",
      "founder": "<string>",
      "founded_on": "<string>",
      "payroll_count": 123,
      "address_prefix": "<string>",
      "address_suffix": "<string>",
      "latitude": 123,
      "longitude": 123,
      "web_url": "<string>",
      "image": "<string>",
      "industries": [],
      "tags": []
    },
    "staffing_count": 123,
    "staffings": [],
    "supporters": [],
    "category_tags": [],
    "hiring_types": [],
    "tags": [],
    "has_video": false
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
project
integer
required

Numeric Wantedly project id

Example:

2176124

timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
integer
required
title
string
required
@type
string
default:@wantedly_project
description
string | null
looking_for
string | null
published_at
string | null
location
string | null
location_suffix
string | null
latitude
number | null
longitude
number | null
page_view
integer | null
support_count
integer | null
candidate_count
integer | null
image
string | null
what_description
string | null
what_images
string[]
why_description
string | null
why_images
string[]
how_description
string | null
how_images
string[]
company
WantedlyProjectCompany · object
staffing_count
integer | null
staffings
WantedlyStaffing · object[]
supporters
WantedlySupporter · object[]
category_tags
string[]
hiring_types
string[]
tags
string[]
has_video
boolean
default:false