npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-easyparser

v0.2.18

Published

Extract structured Amazon product data using Easyparser API. Get product details, offers, search results, and seller data across 19+ marketplaces.

Downloads

2,860

Readme

n8n-nodes-easyparser

This is an n8n community node for Easyparser — a powerful, real-time Amazon product data extraction API. Extract product details, offers, search results, seller data, and more across 19+ marketplaces — no scraping, no proxies. Use our n8n node to build powerful e-commerce automations in minutes.

Features

With this node you can extract structured data from Amazon across 19+ marketplaces. Operations are organized into four categories:

| Group | Operation | Action | Description | |---|---|---|---| | Product Data | Product Detail | Get product detail | Full product info: title, price, images, reviews, variants | | | Product Offers | Get product offers | All seller offers and pricing for a product | | | Sales Analysis History | Get sales analysis history | Sales history and trend data | | | Best Sellers Rank | Get best sellers rank | BSR data for a product | | | Package Dimension | Get package dimension | Physical dimensions and weight | | | | | | | Search & Discovery | Search | Search products | Search results by keyword or URL | | | Product Lookup | Look up product by identifier | Convert EAN / UPC / GTIN / ISBN to Amazon ASIN | | | | | | | Seller Data | Seller Profile | Get seller profile | Seller info and ratings | | | Seller Products | Get seller products | All products listed by a seller | | | Seller Feedback | Get seller feedback | Feedback history for a seller | | | | | | | Bulk | Bulk Submit | Submit bulk request | Submit a batch of requests for async processing via webhook | | | Bulk Get Result | Get bulk result by ID | Retrieve parsed result of a bulk query using its ID | | | | | | | Account | Account Info | Get account info | Account plan and credit usage details |

Bulk Integration

The Bulk API (bulk.easyparser.com) allows you to submit thousands of requests in a single call. Results are delivered asynchronously to your callback_url (webhook).

Typical workflow:

  1. Use Bulk Submit to send a batch (e.g., list of ASINs for DETAIL operation)
  2. Easyparser processes the batch and sends results to your callback_url
  3. Alternatively, use Bulk Get Result with the id values returned in the submit response to poll for results

Supported bulk operations: DETAIL · OFFER · SEARCH · PACKAGE_DIMENSION · PRODUCT_LOOKUP · SALES_ANALYSIS_HISTORY · BEST_SELLERS_RANK · SELLER_PROFILE · SELLER_PRODUCTS

Payload example for DETAIL:

{"asins": ["B00004RFMB", "B00004RFMC", "B00004RFMJ"]}

Note: In Bulk Integration, input keys are pluralized (e.g., asins instead of asin, keywords instead of keyword).

Advanced Parameters

All optional API parameters are available via the Additional Options section:

  • Pagination (minPage, maxPage, pageNumber)
  • Sorting (sortBy)
  • Offer filters (prime, free_shipping, condition filters)
  • A+ Content extraction
  • Language and Currency overrides
  • Custom cookie and addressId injection
  • Associate/Affiliate ID

Installation

In your n8n instance, go to Settings → Community Nodes and install:

n8n-nodes-easyparser

Credentials

You need an Easyparser API key. Get yours at app.easyparser.com.

Supported Marketplaces

amazon.com · amazon.co.uk · amazon.de · amazon.fr · amazon.it · amazon.es · amazon.ca · amazon.com.mx · amazon.com.br · amazon.co.jp · amazon.com.au · amazon.in · amazon.ae · amazon.sa · amazon.nl · amazon.pl · amazon.se · amazon.com.tr · amazon.sg

Documentation

License

MIT