Skip to main content

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

Download the Collection

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

Open Postman

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

Import Collection

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

Set Base URL

Go to collection variables and set baseUrl to https://spideriq.ai.

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.aiAPI base URL
bearerTokenclient_id:api_key:api_secretYour API credentials
tip

Get your API credentials by contacting admin@spideriq.ai.

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.ai/api/v1/openapi.json
  4. Click Continue and Import

This generates the collection automatically from our live API spec.