docs: add scraping api doc

This commit is contained in:
oiov
2024-08-11 16:00:53 +08:00
parent c9a858e592
commit f52ad9a5bf
2 changed files with 17 additions and 0 deletions
+5
View File
@@ -26,6 +26,11 @@ export const docsConfig: DocsConfig = {
href: "/docs/short-urls",
icon: "page",
},
{
title: "Scraping API",
href: "/docs/scraping-api",
icon: "page",
},
// {
// title: "Terms of Service",
// href: "/terms",
+12
View File
@@ -0,0 +1,12 @@
---
title: Scraping API
description: Quickly extract valuable structured website data.
---
## What is the Scraping API?
The Scraping API allows you to quickly extract valuable structured website data. It is a powerful tool that can be used to extract information from websites and convert it into a structured format.
## How to use the Scraping API?
Follow the [Dashboard/Scraping-API](/dashboard/scrape) to get started.