docs: add scraping api doc
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user