Mazen Online Search Scraper avatar
Mazen Online Search Scraper

Pricing

Pay per usage

Go to Store
Mazen Online Search Scraper

Mazen Online Search Scraper

Developed by

Karim

Maintained by Community

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

FieldTypeRequiredDescription
searchTermsarray✅ YesList 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:

FieldTypeDescription
idstringUnique identifier for the product
search_termstringSearch term that matched this product
product_namestringName of the product
product_urlstringDirect link to the product page
vendorstringBrand or supplier of the product
regular_pricestringRegular listed price (e.g. "$82.96")
sale_pricestringSale price if discounted, or "Not on sale"
sold_outbooleanWhether the product is currently sold out
on_salebooleanWhether the product is currently on sale
sale_percentagestringDiscount percentage if on sale (e.g. "20%")
image_urlstringURL 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 usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.