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.
https://kieapi.comcurl -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
Create and manage product API keys in Product Console settings. The docs page itself is public.
Response shape
Normalized title, URL, snippet, author, forum, result type, and source page fields.
Requested and fetched page counts plus an explicit bounded stop reason.
A completed search costs 10 Credits plus 1 Credit per delivered result row; failed work releases its reservation.
Endpoint reference
OpenAPI-backed details for BlackHatWorld query validation, bounded pagination, normalized results, billing, and safe errors.
Interactive schemas, request bodies, response objects, and public error contracts load here.
