diff --git a/config/docs.ts b/config/docs.ts index b912170..3318f93 100644 --- a/config/docs.ts +++ b/config/docs.ts @@ -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", diff --git a/content/docs/scraping-api.mdx b/content/docs/scraping-api.mdx new file mode 100644 index 0000000..acc3303 --- /dev/null +++ b/content/docs/scraping-api.mdx @@ -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.