scrapezone-node-sdk

1.1.1 • Public • Published

Scrapezone Logo

Getting Data Was Never Easier

Forget about proxies, servers, and IP addresses. Just get the data you need.

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.

Readme

Keywords

none

Package Sidebar

Install

npm i scrapezone-node-sdk

Weekly Downloads

1

Version

1.1.1

License

ISC

Unpacked Size

9.48 kB

Total Files

8

Last publish

Collaborators

  • barakyaari