Energy Market Notices & Reports avatar

Energy Market Notices & Reports

Pricing

$8.00/month + usage

Go to Apify Store
Energy Market Notices & Reports

Energy Market Notices & Reports

Energy Notice Scraper collects real-time energy alerts from RSS feeds including U.S. Energy Information Administration, National Grid, Reuters, and International Energy Agency. It filters by keyword, extracts notice details, and outputs structured JSON for monitoring global energy market updates.

Pricing

$8.00/month + usage

Rating

0.0

(0)

Developer

Data Pilot

Data Pilot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Amazon Product Scraper

🚀 The Amazon Product Scraper is a powerful Apify Actor designed to extract detailed Amazon product data from Amazon search results and individual product pages. This tool provides comprehensive product information, including titles, prices, ratings, reviews, images, and seller details for any Amazon query. Whether you're conducting product research, price monitoring, or market analysis, the Amazon Product Scraper delivers accurate data efficiently.

With browser automation using Playwright, the scraper ensures reliable extraction of dynamic content that may not be available through simple API calls. It focuses on key metrics like pricing, availability, and seller information, making it an essential tool for e-commerce research and analysis.

🔥 Features

  • Comprehensive Product Extraction: Scrapes detailed product data, including ASINs, titles, prices, ratings, and reviews for any search query or product URL.
  • Search & Product Page Support: Handles both Amazon search results and direct product page URLs for flexible data collection.
  • Seller Information: Extracts seller details, including merchant names, prices, and shipping options.
  • Batch Processing: Processes multiple search terms in a single run for efficient data collection.
  • Full Detail Enrichment: Optionally retrieves full product details (features, images, availability) for top search results.
  • Residential Proxy Support: Utilizes Apify's residential proxies to bypass restrictions and ensure high success rates.
  • Error Handling: Robust logging and fallback mechanisms for failed scrapes.
  • Dataset Integration: Automatically uploads data to your Apify dataset for easy export and analysis.

⚙️ How It Works

The Amazon Product Scraper takes search terms or product URLs as input and uses Playwright to launch a headless browser, navigate to Amazon, and extract product data. It parses HTML elements for details like price, rating, and images. The scraper returns structured data on success or error details on failure, providing a reliable way to gather product information for research and analysis.

Key benefits:

  • Track product prices and availability in real-time.
  • Analyze reviews and ratings for market insights.
  • Build product databases for e-commerce research.

📥 Input

TThe actor accepts the following input parameters:

FieldTypeDescriptionDefault
searchTermsStringList of search terms or ASINs to scrape, comma-separated (e.g., "laptop, B08N5KWB9H").Required
maxResultsIntegerMaximum number of results per search (1-50).10
getFullDetailsBooleanRetrieve full product details (features, images) for top results.true
useApifyProxyBooleanEnable residential proxies for scraping.true
apifyProxyGroupsArrayProxy groups to use (e.g., ["RESIDENTIAL"]).["RESIDENTIAL"]

Example input JSON:

{
"searchTerms": "wireless headphones, B08N5KWB9H",
"maxResults": 15,
"getFullDetails": true,
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"]
}
## 📤 Output
The scraper outputs detailed product data in JSON format for each result. Each record includes:
product: Object containing product details:
asin: Amazon Standard Identification Number.
title: Product title.
brand: Brand name.
price: Current price.
rating: Average rating.
reviewCount: Number of reviews.
availability: Availability status.
prime: Boolean indicating Prime eligibility.
features: List of product features.
images: List of image URLs.
url: URL to the product page.
sellers: Array of seller objects:
merchantName: Name of the seller.
price: Seller's price.
shipping: Shipping information.
prime: Boolean indicating Prime shipping.
**Example output for a successful fetch:**
```json
{{
"product": {
"asin": "B08N5KWB9H",
"title": "Example Amazon Product",
"brand": "Example Brand",
"price": "$29.99",
"rating": "4.5 out of 5 stars",
"reviewCount": "1,234",
"availability": "In Stock",
"prime": true,
"features": ["Feature 1", "Feature 2"],
"images": ["https://example.com/image1.jpg"],
"url": "https://www.amazon.com/dp/B08N5KWB9H"
},
"sellers": [
{
"merchantName": "Amazon",
"price": "$29.99",
"shipping": "Free Prime shipping",
"prime": true
}
]
}
}

🧰 Technical Stack

  • Core Library: – universal video metadata extraction tool.
  • Proxy: Apify Proxy with RESIDENTIAL support for reliable access.
  • Platform: Apify Actor – serverless, scalable, integrated with Dataset and Key‑Value Store.
  • Deployment: One‑click run on Apify Console or via REST API.

🎯 Use Cases

  • Usage Run on Apify: Go to the Apify platform, search for "Amazon Product Scraper", and start the actor.

Provide Input: Enter search terms or ASINs and optional parameters.

Monitor Progress: Check logs for real-time updates on extraction.

Download Data: Export the dataset containing the scraped data.

Analyze: Use the data for product research, price monitoring, and market insights.

🚀 Quick Start

  1. Open in Apify Console – visit the Actor page and click Try for free.
  2. Enter a video URL in the input field (e.g., "https://www.youtube.com/watch?v=...").
  3. Click Start – the Actor will fetch comprehensive video metadata.
  4. View Results – check the dataset for extracted metadata.
  5. Export – download the results as JSON, CSV, or Excel.

You can also call this Actor programmatically via Apify SDK or REST API – ideal for automated video metadata extraction pipelines.


💎 Why This Actor?

FeatureBenefit
✅ Universal supportWorks with YouTube, Vimeo, and 1000+ platforms.
✅ Comprehensive dataGet all key metrics in one fetch.
✅ Residential proxiesBypass geo-restrictions and rate limiting.
✅ No downloadsExtract metadata without downloading video files.
✅ Fast fetchingGet results quickly with optimized timeouts.
✅ Error handlingRobust fallback mechanisms for failed requests.
✅ Clean outputStructured JSON ready for analysis.
✅ Apify ecosystemSeamless integration with other Actors, triggers, and webhooks.

📦 Changelog

  • Initial release with universal video metadata extraction.
  • Support for YouTube, Vimeo, and 1000+ platforms via .
  • Comprehensive metadata extraction (title, description, views, likes, comments, duration, date).
  • Residential proxy integration for reliable fetching.
  • Optimized for slow connections with extended timeouts and retries.
  • Robust error handling with detailed error messages.
  • Single URL processing for precise results.
  • Automatic dataset integration.
  • Full Apify Actor integration.

🧑‍💻 Support & Feedback

  • Issues & Ideas: Open a ticket on the Apify Actor issue tracker.
  • Contributions: Pull requests are welcome via the GitHub repository.
  • Documentation: Visit Apify Docs for platform guides.
  • Community: Join the Apify community forum for discussions and support.

💰 Pricing

  • Free for basic usage on Apify platform.
  • Paid plans available for higher limits and priority support.
  • Proxy credits consumed based on residential proxy usage.