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

1

Download the Collection

Click the download button above to get the spideriq-postman-collection.json file.
2

Open Postman

Launch the Postman app or go to web.postman.com.
3

Import Collection

Click Import in the top left, then drag and drop the JSON file or click Upload Files.
4

Set Base URL

Go to collection variables and set baseUrl to https://spideriq.di-atomic.com.
5

Add Your Token

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:
VariableValueDescription
baseUrlhttps://spideriq.di-atomic.comAPI base URL
bearerTokenclient_id:api_key:api_secretYour API credentials
Get your API credentials by contacting admin@di-atomic.com.

Quick Test

After setup, try the health check endpoint:
  1. Expand api > v1 > system
  2. Click Health Check
  3. 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:
  1. In Postman, click Import
  2. Select Link tab
  3. Enter: https://spideriq.di-atomic.com/api/v1/openapi.json
  4. Click Continue and Import
This generates the collection automatically from our live API spec.