Getting Started
What Is EasyParser?
EasyParser is a flexible and scalable data extraction API designed to turn public e-commerce pages into structured, machine-readable data. It currently focuses on Amazon, enabling you to retrieve detailed product information, search results, offers, and more — all through clean and reliable endpoints.
With support for both real-time and bulk processing, EasyParser is built to handle a wide range of use cases — from one-off lookups to high-volume data pipelines. Future support for additional marketplaces is also part of the roadmap.
Real-Time vs. Bulk API: Which One Do You Need?
Real-Time API
The Real-Time API is designed for instant responses — ideal for on-demand requests where you need immediate results. It supports all EasyParser operations, offering flexible and fast access to structured data.
This method is best suited for:
Live applications and dashboards
Trigger-based workflows
Time-sensitive use cases
Testing and development environments
You send a request and receive the parsed data instantly, making it perfect when low latency is essential
Bulk API
The Bulk API is designed for processing multiple operations in a single asynchronous job. Instead of getting responses instantly, you receive a callback or later fetch the result using job IDs. This is ideal for:
Running multi-product or multi-operation tasks in a single API call
Automating large-scale operations like scheduled data collection or monitoring
Reducing API overhead and improving throughput for heavy workloads
Whether you need speed or scale, EasyParser offers both options — use one or combine both depending on your data strategy.
Request Type
Synchronous (instant)
Asynchronous (via callback URL)
Ideal For
Low-volume or instant needs
High-volume or scheduled processing
Response
Immediate (inline)
Delivered via webhook
Not sure which one fits your workflow? Start with Real-Time API for quick tests, or explore Bulk Integration for large-scale data tasks.
Supported Operations
All operations supported by EasyParser are compatible with both Real-Time and Bulk API integrations. This ensures flexibility depending on your use case — whether you’re looking for instant results with single-item calls or prefer scalable, asynchronous processing for larger tasks.
Below you’ll find a brief overview of the available operation types. These summaries provide a general understanding of what each operation does. For implementation details, payload structures, and sample responses, you can follow the provided documentation links within each section.
Fetch detailed information about a single product, such as title, brand, images, price, stock status, and more.
✅ Supports both Realtime and Bulk services ✅ Accepts ASIN or URL as input ✅ Ideal for product analysis and enrichment
Use Realtime for single-item queries; use Bulk for batch product lookups.

Get multiple price offers for a product along with seller info, shipping details, and basic product data (title, rating, etc.).
✅ Available via Realtime and Bulk ✅ Input via ASIN
Use it to analyze competition, seller pricing, or availability on a product.

Find general or category-specific products by entering a keyword or phrase, and view product listings with summarized information.
✅ Works with both Realtime and Bulk ✅ Input via keyword or search URL
Ideal for keyword analysis, market research, or product discovery.

Try It Out Quickly!
You can now test the API using sample requests directly from:
Authentication
All requests require a valid api-key
. You can find your API key from your EasyParser dashboard after signing up.
Last updated