---
title: Web Scraping API
slug: scrape-url
url: https://apyverse.com/sharpapi/service/scrape-url
provider: SharpAPI
categories: [Data Extraction, Developer Tools, SEO]
auth: api_key
---

# Web Scraping API

Send a URL and get page title, links, metadata, Markdown, and HTML back. Useful for SEO audits, page monitoring, and content extraction.

## Endpoints

| Method | Path | Description | Atoms |
| --- | --- | --- | --- |
| GET | `/sharpapi/api/v1/utilities/scrape_url/` | What it does Scrapes the URL provided in the url query parameter and returns the original URL, a UT… | 1000 |

## About

## What it does
URL Scraper lets you send a URL and get back structured page data from the target page. It returns the original `url`, a UTC `timestamp` for when the scrape ran, and a `scraped_data` object with the page title, links, header metadata, meta tags, Open Graph fields, rendered HTML content, Markdown content, detected language, extracted content blocks, lists, and keyword phrases.

Use it when you need a fast read of a web page without building your own crawler. The `links` object separates internal and external URLs, which is useful for site audits and link discovery. `headers` captures document-level metadata such as `charset`, `viewport`, `canonical`, `csrfToken`, and `contentType`, while `meta_tags` and `open_graph` expose common SEO and sharing fields. `content_html` and `content_markdown` give you the page body in machine-friendly formats.

URL Scraper is a good fit for search indexing, competitive analysis, content monitoring, and internal tooling that needs to extract page structure from a single web page. If you are auditing landing pages, collecting title and description data, or building a page intelligence workflow, this endpoint gives you the core fields in one response.

## Usage

Authenticate with an ApyHub API key in the `apy-token` header.
Full docs and a live playground: https://apyverse.com/sharpapi/service/scrape-url
