Parse Website

Scrape and parse any webpage. Returns clean text content, metadata, links, and AI-suggested questions for the page.

🌐
JS Rendering
Captures dynamic JavaScript-rendered content
🔗
Link Extraction
Returns all URLs found on the page
📊
Rich Metadata
Title, author, date, and Open Graph data
example.js
REST API
const response = await fetch(
  'https://api.skimming.ai/source/v1/api/parse/website',
  {
    method: 'POST',
    headers: {
      'Authorization': 'Bearer YOUR_API_KEY',
      'Content-Type': 'application/json',
    },
    body: JSON.stringify({
      url: 'https://example.com'
    })
  }
);
const data = await response.json();
console.log(data.success.textContent);

What's in the API

Powerful features designed to help you build amazing applications with ease.

Universal Web Scraping

Parse content from any public URL with intelligent main content detection and boilerplate removal.

JavaScript Rendering

Full browser rendering captures dynamically loaded content from modern single-page applications.

Comprehensive Link Extraction

Returns all internal and external URLs found on the page for follow-up crawling.

Open Graph Metadata

Extracts OG tags, Twitter cards, and structured data for rich content previews.

AI-Suggested Questions

Intelligent questions generated based on page content for interactive exploration.

Respectful Scraping

Follows robots.txt and implements rate limiting for ethical web scraping.

Common Use Cases

See how developers are using this API to solve real-world problems.

Web Scraping

Extract content from any public webpage.

News Aggregation

Parse news articles for content feeds.

Competitive Analysis

Monitor competitor website content.

Social Media Monitoring

Parse posts from major platforms.

Technical Specifications

Everything you need to know to integrate this API.

Endpoint

Base URL

/v1/source/v1/api/parse/website

HTTP Method

Request type

POST

Authentication

Security method

Bearer Token (API Key)

Rate Limit

Request limits

Based on subscription tier

Frequently Asked Questions

Haven’t got your answer? Contact our support now

Does it handle JavaScript-rendered pages?

What metadata is extracted?

Can I parse social media posts?