PixelSERP: Overview
Welcome to the documentation for our SERP API.
OverviewCopied!
PixelSerp is a powerful SERP (Search Engine Results Page) API that provides real-time access to Google search results with unmatched precision and comprehensive data coverage. Our API delivers instant, accurate search engine results from 195 countries with city-level targeting, including organic listings, ads, local results, and rich snippets.
API EndpointCopied!
Base URL:
https://api.pixelserp.com/v1/search
HTTP Method:
GET
AuthenticationCopied!
All requests must include your API key for authentication. You can include it in either:
curl 'https://api.pixelserp.com/search' \
-H 'Content-Type: application/json' \
-H 'x-api-key: API-KEY' \
--data-raw '{
"keyword": "KEYWORD",
"location": {
"type": "canonical",
"value": "United States"
},
"device": "desktop",
"language": "LANGUAGE",
"country": "LOCATION",
"googleDomain": "www.google.com",
"additionalParams": {
"safe": "active",
"filter": "1"
}
}'
ParametersCopied!
Required Parameters
Parameter |
Type |
Description |
---|---|---|
|
string |
Search query |
|
string |
Geographic location (e.g., "New York, US") |
|
string |
Language code (e.g., "en") |
Optional Parameters
Parameter |
Type |
Description |
Default |
---|---|---|---|
|
string |
Device type ("desktop", "mobile", "tablet") |
desktop |
|
string |
Geographic location code (e.g., "us") |
- |
|
string |
Host language (e.g., "en-US") |
- |
|
integer |
Number of results (max: 100) |
10 |
SERP FeaturesCopied!
Our API returns comprehensive data for various SERP features, including:
-
Organic Results
-
Featured Snippets
-
Local Pack
-
Knowledge Graph
-
People Also Ask
-
Shopping Results
-
News Results
-
Video Results
-
Image Results
-
Related Searches
[Detailed documentation for each SERP feature follows as previously provided...]
Response FormatCopied!
{
"keyword": "example search",
"location": "New York, US",
"language": "en",
"results": [
{
"type": "organic",
"position": 1,
"title": "Example Result",
"url": "https://example.com",
"description": "Result description..."
}// Additional SERP features...
]
}
Error HandlingCopied!
The API uses standard HTTP status codes and returns detailed error messages:
{
"error": {
"code": 400,
"message": "Invalid request parameters",
"details": "Missing required parameter: keyword"
}
}
Rate LimitingCopied!
-
Free Trial: 1,000 API credits
-
Standard Plan: Based on subscription level
-
Enterprise: Custom limits available
SupportCopied!
-
24/7 global support
-
Dedicated account managers for enterprise clients
-
Email: support@pixelserp.com