prince1604 commited on
Commit ·
d168db2
1
Parent(s): 743b34b
Add Hugging Face metadata
Browse files
README.md
CHANGED
|
@@ -1 +1,24 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Alt Scraper Api
|
| 3 |
+
emoji: 🕷️
|
| 4 |
+
colorFrom: purple
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: docker
|
| 7 |
+
pinned: false
|
| 8 |
+
app_port: 7860
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Alt Scraper API
|
| 12 |
+
|
| 13 |
+
A robust SEO scraping API built with Python, Flask, and Playwright. Hostable for free on Hugging Face Spaces.
|
| 14 |
+
|
| 15 |
+
## Usage
|
| 16 |
+
|
| 17 |
+
**Endpoint:** `/api/seo-report`
|
| 18 |
+
|
| 19 |
+
**Parameters:**
|
| 20 |
+
- `domain`: The URL to scrape (e.g., `https://www.google.com`)
|
| 21 |
+
- `limit`: Max pages to scan (default: 25)
|
| 22 |
+
|
| 23 |
+
**Example:**
|
| 24 |
+
https://ubuntu593-alt-scraper-api.hf.space/api/seo-report?domain=https://www.google.com&limit=5
|