New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

n8n-nodes-easyparser

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-easyparser

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

latest
Source
npmnpm
Version
0.2.18
Version published
Weekly downloads
26
-16.13%
Maintainers
1
Weekly downloads
 
Created
Source

n8n-nodes-easyparser


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:

GroupOperationActionDescription
Product DataProduct DetailGet product detailFull product info: title, price, images, reviews, variants
Product OffersGet product offersAll seller offers and pricing for a product
Sales Analysis HistoryGet sales analysis historySales history and trend data
Best Sellers RankGet best sellers rankBSR data for a product
Package DimensionGet package dimensionPhysical dimensions and weight
—
Search & DiscoverySearchSearch productsSearch results by keyword or URL
Product LookupLook up product by identifierConvert EAN / UPC / GTIN / ISBN to Amazon ASIN
—
Seller DataSeller ProfileGet seller profileSeller info and ratings
Seller ProductsGet seller productsAll products listed by a seller
Seller FeedbackGet seller feedbackFeedback history for a seller
—
BulkBulk SubmitSubmit bulk requestSubmit a batch of requests for async processing via webhook
Bulk Get ResultGet bulk result by IDRetrieve parsed result of a bulk query using its ID
—
AccountAccount InfoGet account infoAccount 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:

  • Use Bulk Submit to send a batch (e.g., list of ASINs for DETAIL operation)
  • Easyparser processes the batch and sends results to your callback_url
  • 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

Keywords

n8n-community-node-package

FAQs

Package last updated on 23 May 2026

Related posts