Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 637 Bytes

README.md

File metadata and controls

45 lines (29 loc) · 637 Bytes

Supadata JS SDK Examples

Simple NodeJS project example demonstrating the Supadata JS SDK functionality.

Features

  • YouTube transcript extraction
  • Web content scraping
  • URL mapping
  • Website crawling
  • Crawl result retrieval

Setup

  1. Configure example:
cd example
npm install
  1. Replace YOUR_API_KEY in index.ts with your Supadata API key.

  2. Run example:

npm start

Development

Run SDK in watch mode:

npm run dev

Requirements

Resources