Artesenal Parser Spider avatar
Artesenal Parser Spider

Pricing

from $9.00 / 1,000 results

Go to Apify Store
Artesenal Parser Spider

Artesenal Parser Spider

The Artesenal Parser Spider extracts detailed product data from Farmácia Artesanal, including title, description, brand, pricing, and availability. Perfect for eCommerce analytics, market research, and product data automation with clean JSON output.

Pricing

from $9.00 / 1,000 results

Rating

0.0

(0)

Developer

GetDataForMe

GetDataForMe

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

2

Monthly active users

8 days ago

Last modified

Share


🕷️ Artesenal Parser Spider

The Artesenal Parser Spider is an Apify Actor designed to scrape structured product data from Farmácia Artesanal. It efficiently extracts key product information — including title, description, brand, pricing, availability, and more — and delivers it in a clean, standardized JSON format ready for use in your applications or data pipelines.


🚀 How It Works

Provide one or more product URLs from the Farmácia Artesanal website, and the Actor will automatically crawl each page, extract all relevant product details, and return them as structured JSON data. The Actor supports residential proxies to ensure smooth access and avoid anti-bot restrictions.


🧩 Input Configuration

Example input:

{
"proxy": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
],
"apifyProxyCountry": "US"
},
"Urls": [
"https://www.farmaciaartesanal.com/minoxidil-latanoprosta-locao-delineadora-para-cilios-e-sobrancelhas-3-5ml/p"
]
}

Input fields

FieldTypeRequiredDescription
UrlsArray of Strings✅ YesList of product URLs from farmaciaartesanal.com to scrape.
proxy.useApifyProxyBoolean✅ YesWhether to use Apify Proxy. Recommended: true.
proxy.apifyProxyGroupsArrayOptionalProxy groups to use (e.g., ["RESIDENTIAL"]).
proxy.apifyProxyCountryStringOptionalCountry code for proxy routing (e.g., "US").

📦 Example Output

The Actor returns structured product data as JSON.

Example output:

[
[
{
"source_metadata": {
"source_id": "www.farmaciaartesanal.com",
"source_url": "https://www.farmaciaartesanal.com/minoxidil-latanoprosta-locao-delineadora-para-cilios-e-sobrancelhas-3-5ml/p",
"extraction_timestamp": "2025-10-20T11:28:24.113783",
"scraper_version": "1.0.0"
},
"product": {
"product_id": "241",
"title": "Minoxidil + Latanoprosta - Loção Delineadora para Cílios e Sobrancelhas 3.5 ml - UN",
"description": "Minoxidil + Latanoprosta - Loção Delineadora para Cílios e Sobrancelhas 3.5 ml - UN",
"category": "Manipulados",
"brand": "Artesanal",
"sku": "287",
"upc": "5134"
},
"pricing": {
"currency": "BRL",
"list_price": "117.7",
"sale_price": "117.7",
"discount_percentage": null
},
"availability": {
"is_in_stock": true,
"stock_quantity": null
},
"images": [],
"attributes": {
"rating_value": null,
"review_count": null
},
"actor_id": "bddincqSBa9WUYe9i",
"run_id": "QNUwgE6kx8duTljxC"
}
]
]

✨ Features

  • 🧠 Extracts complete product metadata, including pricing, availability, and attributes.
  • 🌍 Supports Apify Residential Proxy to bypass regional or anti-bot restrictions.
  • 🧩 Delivers clean, standardized JSON output for direct integration.
  • ⚡ Optimized for speed and reliability across multiple product pages.
  • 🔄 Regularly updated to adapt to site structure changes.

💡 Use Cases

  • 🛒 Product data collection for price comparison or inventory management.
  • 🧾 Market research or competitor analysis.
  • 📊 Building eCommerce analytics dashboards.
  • 🧠 Feeding product metadata into AI models or catalog systems.

🛠️ Version

Current version: 1.0.0 Supported site: Farmácia Artesanal


🧰 Integration Tips

  • Use this Actor with Apify’s Dataset API to fetch structured results directly in JSON, CSV, or Excel.
  • Combine it with Apify schedules or webhooks to automate your data pipeline.
  • For bulk scraping, simply expand your "Urls" list.

💬 Support

For bug reports, custom output formats, or feature requests, contact us: 📧 support@getdataforme.com 🌐 https://getdataforme.com/contact/

💡 Tip: When contacting support, please include a clear subject line — e.g. Subject: Artesenal Parser Spider – Support Request