# Hacker News Crypto & Web3 Job Listings

**Use case:** 

Scrape HN's Who Is Hiring for blockchain, crypto, and Web3 jobs. Get job specifics, salaries, and tech stack in a CSV/JSON format.

## Input

```json
{
  "mode": "hiring",
  "months": 2,
  "threadIds": [],
  "searchQuery": "blockchain crypto web3 solidity",
  "filterKeywords": [
    "crypto",
    "Web3",
    "Solidity",
    "DeFi"
  ],
  "excludeKeywords": [],
  "remoteOnly": false,
  "maxResults": 150
}
```

## Output

```json
{
  "company": {
    "label": "Company",
    "format": "text"
  },
  "role": {
    "label": "Role",
    "format": "text"
  },
  "location": {
    "label": "Location",
    "format": "text"
  },
  "remote": {
    "label": "Remote",
    "format": "text"
  },
  "salary": {
    "label": "Salary",
    "format": "text"
  },
  "techStack": {
    "label": "Tech Stack",
    "format": "text"
  },
  "threadMonth": {
    "label": "Month",
    "format": "text"
  },
  "author": {
    "label": "HN Username",
    "format": "text"
  },
  "hnUrl": {
    "label": "HN Link",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Hacker News Who Is Hiring Scraper – Jobs, Salary & Email](https://apify.com/logiover/hacker-news-who-is-hiring-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/hacker-news-who-is-hiring-scraper) to learn more, explore other use cases, and run it yourself.