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 2
Run your first request
Use one copy-paste command to see your first results.
Search jobs endpointSearch Jobs
Use GET /jobs to discover job cards with filters like title, location, and skills.
Get Job Details
Use GET /jobs/:id for full description, qualifications, salary, and metadata.
MCP Server
Connect DataStorm to your AI assistant and query jobs in plain language through MCP.
Pricing & Limits
Understand credits, request costs, and monthly limits.
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.