Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

API Serpent Python SDK

Official Python wrapper for API Serpent – fast, reliable, and cost-effective search engine results API.

Features

  • SERP API: Fetch real-time search engine results from Google, Bing, Yahoo, DuckDuckGo, and Brave in clean JSON format.
  • Rank Tracking API: Monitor search rankings for your keywords programmatically across locations and devices.
  • Pixel Position API: Get exact pixel-level placement metrics to calculate true above-the-fold visibility.
  • AI Search Monitoring: Track visibility across generative engines including ChatGPT, Claude, Gemini, and Perplexity.

Quick Start

Installation

pip install requests

Basic Usage

import requests

api_key = "YOUR_API_SERPENT_KEY"
endpoint = "https://api.apiserpent.com/v1/search"

params = {
    "api_key": api_key,
    "q": "python serp api",
    "engine": "google",
    "location": "United States"
}

response = requests.get(endpoint, params=params)
data = response.json()

print(data)

Documentation & Links

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

The official Python SDK for API Serpent. Get live JSON search results, rank tracking data, and pixel position metrics for Google, Bing, Yahoo, and DuckDuckGo.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors