SpideyDataAPI Reference
Web Data APIBlackHatWorld

BlackHatWorld Search API

Search public BlackHatWorld discussions with bounded anonymous pagination.

Quick start

Send a focused query and receive normalized public result rows without login, browser state, or provider details.

API base https://kieapi.com
curl -X POST "https://kieapi.com/v1/blackhatworld/search"   -H "Authorization: Bearer $SPIDER_API_KEY"   -H "Idempotency-Key: blackhatworld-search-01"   -H "Content-Type: application/json"   -d '{"query":"seo","pages":2,"title_only":true}'

Authentication

Use a bearer token.

Create and manage product API keys in Product Console settings. The docs page itself is public.

Response shape

Result rows

Normalized title, URL, snippet, author, forum, result type, and source page fields.

Pagination proof

Requested and fetched page counts plus an explicit bounded stop reason.

Billing

A completed search costs 10 Credits plus 1 Credit per delivered result row; failed work releases its reservation.

Reference

Endpoint reference

OpenAPI-backed details for BlackHatWorld query validation, bounded pagination, normalized results, billing, and safe errors.

OpenAPI endpoint details

Interactive schemas, request bodies, response objects, and public error contracts load here.