scapegpt

1.0.0 • Public • Published

Scrape GPT

Use GPT-4 to scrape any remote website based on a URL. This is a simple wrapper around the OpenAI API that allows you to scrape any website using GPT-4.

Installation

npm i scrapegpt

Usage

const scrape = require('scrapegpt');

const url = 'https://www.bbc.com/news/world-us-canada-57982050';

scrape(url).then((result) => {
  console.log(result);
});

Resources

Readme

Keywords

none

Package Sidebar

Install

npm i scapegpt

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

9.38 kB

Total Files

6

Last publish

Collaborators

  • koolamusic