Postman Collection
Download Postman Collection
Get started quickly by importing our complete API collection into Postman.
Download Collection
SpiderIQ API v2.17.0 - All endpoints with examples
How to Import
Click the download button above to get the spideriq-postman-collection.json file.
Launch the Postman app or go to web.postman.com.
Click Import in the top left, then drag and drop the JSON file or click Upload Files.
Go to collection variables and set baseUrl to https://spideriq.ai.
Set the bearerToken variable to your API credentials: client_id:api_key:api_secret.
Collection Contents
The collection includes all SpiderIQ endpoints organized by category:
Job Management
Submit, status, results, list, and cancel jobs
SpiderSite
Website scraping with AI-powered lead generation
SpiderMaps
Google Maps business data extraction
SpiderVerify
Email verification and validation
SpiderPeople
LinkedIn profile research
Campaigns
Multi-location orchestrated workflows
Environment Setup
After importing, configure these collection variables:
| Variable | Value | Description |
|---|---|---|
baseUrl | https://spideriq.ai | API base URL |
bearerToken | client_id:api_key:api_secret | Your API credentials |
Get your API credentials by contacting admin@spideriq.ai.
Quick Test
After setup, try the health check endpoint:
- Expand api > v1 > system
- Click Health Check
- Click Send
You should receive a 200 OK response with system status.
Alternative: Import from OpenAPI
You can also import directly from our OpenAPI specification:
- In Postman, click Import
- Select Link tab
- Enter:
https://spideriq.ai/api/v1/openapi.json - Click Continue and Import
This generates the collection automatically from our live API spec.