Start Here

Use DataStorm to find jobs, get rich job details, and explore companies. You can access it with simple API calls or connect it to Claude/Cursor through MCP.

Step 1

Get your API key

Create your key once, then use it for API or MCP.

Open authentication guide

Step 2

Run your first request

Use one copy-paste command to see your first results.

Search jobs endpoint

Step 3

Choose your path

Continue with API docs or use DataStorm in AI tools.

Common Tasks

  • Find remote backend jobs: /jobs?title=backend%20engineer&work_arrangement=remote
  • Get full details for one job: /jobs/:id
  • List top companies hiring now: /companies?min_jobs=10

Quick Start (API)

curl https://api.datastormai.com/api/v1/jobs \
  -H "x-api-key: YOUR_API_KEY"

Prefer no-code usage? Go to Use with Claude/Cursor.