PageSight API Documentation

Comprehensive guide to using the PageSight API for extracting and analyzing webpage metadata.

Getting Started
Learn the basics and make your first API request
API Reference
Complete API endpoint documentation and parameters
Code Examples
Ready-to-use code snippets in multiple languages
Caching
Understand caching, revalidation, and optimization
Rate Limiting
Understand rate limits and how to handle them
Best Practices
Do's, don'ts, and optimization tips

Quick Start

1. Get Your API Key

Sign up and create an API key from your dashboard.

2. Make Your First Request

curl -X GET "https://api.pagesight.com/api/scrape?url=https://example.com&params=metadata" \
  -H "Authorization: Bearer YOUR_API_KEY"

3. Explore the Documentation

Learn about caching, rate limiting, and advanced features.

API Documentation | PageSight