Jobs
Web3 Career logo

Web3 Career API

web3.career

Web3 Career - crypto job listings, internships, salaries, locations, and company details.

Actions
4
Category
Jobs
Login
Not required
Output
JSON

Call the Web3 Career API

Submit a task, then poll the job until it settles. This example runs act_web3career_internship_department_listing.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_web3career_internship_department_listing",
    "params": {
      "page": "1"
    }
  }'

4 actions on web3.career

Read

  • Internship Department Listing

    act_web3career_internship_department_listingread2 credits / call

    Returns internship roles with company, salary, location, and tags, paginated.

    page
    string · required
  • Job Details

    act_web3career_job_detailread2 credits / call

    Returns full job details with title, company, salary, location, and description.

    job_slug
    string · required
    job_id
    string · required
  • Job Homepage Listing

    act_web3career_job_homepage_listingread1 credit / call

    Returns featured job listings from the homepage with salary, location, and tags.

  • Top Internship Listing

    act_web3career_top_internship_listingread2 credits / call

    Returns top internship roles by category with company, salary, and location.

    category_slug
    string · required

Web3 Career API questions

Is there an API for Web3 Career?
Web3 Career does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for web3.career. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Web3 Career data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when web3.career changes its markup, Anakin updates the action.
Do I need a Web3 Career account?
No. Every Web3 Career action listed here runs anonymously — no account and no credentials required.
What does the Web3 Career API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Jobs APIs

All Jobs sites