# Tokenomics & Product Manager Jobs in Crypto

**Use case:** 

Scrape crypto job listings for Tokenomics and Product Manager roles. Receive detailed job data including titles, companies, tags, and application URLs.

## Input

```json
{
  "searchKeyword": "tokenomics product manager",
  "maxJobs": 100
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "company": {
    "label": "Company",
    "format": "string"
  },
  "location": {
    "label": "Location",
    "format": "string"
  },
  "remote": {
    "label": "Remote",
    "format": "boolean"
  },
  "salary": {
    "label": "Salary",
    "format": "string"
  },
  "postedDate": {
    "label": "Posted Date",
    "format": "string"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "url": {
    "label": "URL",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Web3 Crypto Jobs Scraper - Blockchain Jobs](https://apify.com/logiover/web3-crypto-jobs-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/web3-crypto-jobs-scraper) to learn more, explore other use cases, and run it yourself.