1.1.1 • Published 3 years ago

scrapezone-node-sdk v1.1.1

Weekly downloads
19
License
ISC
Repository
github
Last release
3 years ago

Google and eCommerce HTML Scraper Send a request with up to 1,000 URLs and receive the raw, unblocked HTML files.

Quick Start

  1. Create a new account at: https://app.scrapezone.com
  2. Copy your scrape username and password.
  3. Start getting the data you need.

Example request:

const ScrapezoneClient = require("scrapezone-node-sdk");
const scrapezoneClient = new ScrapezoneClient("username", "password");

scrapezoneClient.scrape({
    scraper_name: 'amazon_product_display',
query: [
    'https://amazon.com/dp/B01LSUQSB0',
    'https://amazon.com/dp/B084K5HNCB'
]}).then(results => console.log(results));

Full documentation can be found Here.

1.1.1

3 years ago

1.1.0

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago