ChatGPT
This document provides information about the API and the available POST parameters.
API Setup
Endpoint
https://llm-scraper.netnut.io/searchAuthentication
Authorization: Basic <base64(username:password)>Request Body Schema
{
"prompt": "Explain SEO ranking factors in 2025", // Required
"country": "us", // Optional
"web_search": false, // Optional, default false
"follow_up_prompt": "Summarize in 5 bullets", // Optional
"engine": "chatgpt", // default: chatgpt
"raw_response" : false // Optional, default false
}Field Descriptions
Field
Description
Parameter Type
Example Usage
Response Format
Example JSON Response
Last updated
