Back to Nodes

Easyparser

Last updated May 23, 2026

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

98 Weekly Downloads
2,860 Monthly Downloads

Included Nodes

Easyparser

Description

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:

| 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 · PACKAGEDIMENSION · PRODUCTLOOKUP · SALESANALYSISHISTORY · BESTSELLERSRANK · SELLERPROFILE · SELLERPRODUCTS

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

  • Full API documentation: easyparser.gitbook.io/easyparser-documentation
  • Bulk Integration: easyparser.gitbook.io/easyparser-documentation/bulk-integration/overview

License

MIT