Hotmart Product Detail Ec Spider avatar

Hotmart Product Detail Ec Spider

Pricing

from $9.00 / 1,000 results

Go to Apify Store
Hotmart Product Detail Ec Spider

Hotmart Product Detail Ec Spider

The Hotmart Product Detail Ec Spider is a web scraping tool for extracting detailed product information from Hotmart's marketplace....

Pricing

from $9.00 / 1,000 results

Rating

0.0

(0)

Developer

GetDataForMe

GetDataForMe

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share


Hotmart Product Detail Ec Spider

Introduction

The Hotmart Product Detail Ec Spider is a powerful web scraping tool designed to extract detailed product information from Hotmart's marketplace. It enables users to gather comprehensive data on products, including names, categories, prices, and more, facilitating market research and competitive analysis.

Features

  • Comprehensive Data Extraction: Captures detailed product attributes such as name, category, price, and tags.
  • Customizable Input Parameters: Allows configuration of URLs and item limits for tailored scraping sessions.
  • High-Quality Data Output: Ensures reliable and accurate data extraction with structured JSON output.
  • Scalable Performance: Efficiently handles multiple requests with configurable item limits.
  • User-Friendly Interface: Easy setup and execution through the Apify Store interface.

Input Parameters

ParameterTypeRequiredDescriptionExample
UrlsarrayYesThe URLs for the spider to scrape. Must be valid HTTP/HTTPS links.["https://hotmart.com/pt-br/marketplace/produtos/makeup-experience/M23900814V"]
item_limitintegerNoMaximum items to scrape per actor run. Set to 0 for no limit.10

Example Usage

Input JSON

{
"Urls": [
"https://hotmart.com/pt-br/marketplace/produtos/makeup-experience/M23900814V"
],
"item_limit": 10
}

Output JSON

[
{
"product_url": "https://hotmart.com/pt-br/marketplace/produtos/makeup-experience/M23900814V",
"product_name": "Makeup Experience",
"slug": "makeup-experience",
"category": "fashion_and_beauty",
"language": "PT_BR",
"offer_code": "lwkdr15i",
"tags": [
{
"name": "Maquiagem",
"slug": "maquiagem"
},
{
"name": "Bella Oliver",
"slug": "bella-oliver"
}
// Additional tags omitted for brevity
],
"badges": [],
"product_id": 640490,
"product_type": "NORMAL",
"offer_description": "Curso Makeup Experience Completo",
"offer_key": "lwkdr15i",
"price": 42,
"currency": "USD",
"payment_methods": [
{
"type": "PAYPAL",
"price": 42,
"currency": "USD"
},
{
"type": "CREDIT_CARD",
"price": 42,
"currency": "USD"
}
// Additional payment methods omitted for brevity
],
"country": "NP",
"locale": "en_NP",
"actor_id": "TvfJ9dAl4fsi5p4G4",
"run_id": "SzhraRdCDmAMA5QV7"
}
]

Use Cases

  • Market Research and Analysis: Gather data on product offerings to understand market trends.
  • Competitive Intelligence: Monitor competitor products and pricing strategies.
  • Price Monitoring: Track changes in product prices over time for strategic decision-making.
  • Content Aggregation: Compile product information for content creation or marketing purposes.
  • Academic Research: Collect data for studies related to e-commerce and consumer behavior.
  • Business Automation: Integrate with business processes for automated data collection.

Installation and Usage

  1. Search for "Hotmart Product Detail Ec Spider" in the Apify Store.
  2. Click "Try for free" or "Run".
  3. Configure input parameters as needed.
  4. Click "Start" to begin extraction.
  5. Monitor progress in the log.
  6. Export results in your preferred format (JSON, CSV, Excel).

Output Format

The output is a JSON array containing objects with detailed product information. Key fields include:

  • product_url: The URL of the product page.
  • product_name: Name of the product.
  • slug: A URL-friendly version of the product name.
  • category: Product category.
  • language: Language code of the product listing.
  • offer_code: Unique offer identifier.
  • tags: List of tags associated with the product.
  • badges: Any badges awarded to the product.
  • product_id: Unique ID for the product.
  • product_type: Type of product (e.g., NORMAL).
  • offer_description: Description of the offer.
  • offer_key: Key identifier for the offer.
  • price: Price of the product.
  • currency: Currency in which the price is listed.
  • payment_methods: Available payment methods and their details.
  • country: Country code where the product is offered.
  • locale: Locale information.
  • actor_id: ID of the actor run.
  • run_id: Unique identifier for the run.

Support

For custom/simplified outputs or bug reports, please contact:

We're here to help you get the most out of this Actor!