
Mazen Online Search Scraper
Pricing
$25.00/month + usage

Mazen Online Search Scraper
A high-performance Apify actor that scrapes product data from Mazen Online based on your custom search terms. Ideal for e-commerce insights, price monitoring, or market research.
0.0 (0)
Pricing
$25.00/month + usage
0
Total users
2
Monthly users
2
Runs succeeded
93%
Last modified
23 days ago
🛍️ Mazen Online Search Product Scraper
A high-performance Apify actor that scrapes product data from Mazen Online based on your custom search terms. Ideal for e-commerce insights, price monitoring, or market research.
⚙️ How It Works
This actor accepts a list of search terms and returns structured product data for each term found on mazenonline.com. For each matching product, detailed information is extracted and returned in both JSON and downloadable Excel formats.
🧾 Input Schema
Field | Type | Required | Description |
---|---|---|---|
searchTerms | array | ✅ Yes | List of search terms |
📝 Example Input
{"searchTerms": ["acne mask", "blond hair shampoo"]}
📤 Output Format
Each product is returned as a JSON object with the following fields:
Field | Type | Description |
---|---|---|
id | string | Unique identifier for the product |
search_term | string | Search term that matched this product |
product_name | string | Name of the product |
product_url | string | Direct link to the product page |
vendor | string | Brand or supplier of the product |
regular_price | string | Regular listed price (e.g. "$82.96") |
sale_price | string | Sale price if discounted, or "Not on sale" |
sold_out | boolean | Whether the product is currently sold out |
on_sale | boolean | Whether the product is currently on sale |
sale_percentage | string | Discount percentage if on sale (e.g. "20%" ) |
image_url | string | URL to the main product image |
✅ Example Output
{"id": "9740795478332","search_term": "acne mask","product_name": "Clarifying Clay Mask for Acne Prone Skin","product_url": "https://mazenonline.com/products/clarifying-clay-mask-for-acne-prone-skin?_pos=1&_sid=c9bd14821&_ss=r","vendor": "SKINCEUTICALS","regular_price": "$82.96","sale_price": "Not on sale","sold_out": false,"on_sale": false,"sale_percentage": "0%","image_url": "https://mazenonline.com/cdn/shop/files/clarifying-clay-mask-for-acne-prone-skin-635494130003-skinceuticals-main_930x.jpg?v=1729933211"}
📁 Output Files
In addition to the JSON dataset, a downloadable Excel file (products.xlsx
) is attached to the run containing:
- One sheet per search term
- Cleanly formatted rows for easy analysis
- Fields matching the JSON output
💼 Use Cases
- Price tracking
- Market analysis
- Inventory research
- Competitor monitoring
📌 Notes
- The actor performs best with fewer than 10 concurrent search terms per run.
- Longer runs may be required for search terms with large product sets.
🧑💻 Need Support?
Reach out via Apify support if you run into any issues or want to request a custom enhancement.