
Mazen Online Search Scraper
Pricing
Pay per 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
Pay per usage
0
Monthly users
1
Runs succeeded
>99%
Last modified
3 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
1{ 2 "searchTerms": ["acne mask", "blond hair shampoo"] 3}
📤 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
1{ 2 "id": "9740795478332", 3 "search_term": "acne mask", 4 "product_name": "Clarifying Clay Mask for Acne Prone Skin", 5 "product_url": "https://mazenonline.com/products/clarifying-clay-mask-for-acne-prone-skin?_pos=1&_sid=c9bd14821&_ss=r", 6 "vendor": "SKINCEUTICALS", 7 "regular_price": "$82.96", 8 "sale_price": "Not on sale", 9 "sold_out": false, 10 "on_sale": false, 11 "sale_percentage": "0%", 12 "image_url": "https://mazenonline.com/cdn/shop/files/clarifying-clay-mask-for-acne-prone-skin-635494130003-skinceuticals-main_930x.jpg?v=1729933211" 13}
📁 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.
Pricing
Pricing model
Pay per usageThis Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.