Farmacias Guadalajara Scraper avatar

Farmacias Guadalajara Scraper

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Farmacias Guadalajara Scraper

Farmacias Guadalajara Scraper

Scrape products and prices from Farmacias Guadalajara Mexico. Extract product names, prices, categories, descriptions, and availability.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Actor stats

0

Bookmarked

4

Total users

2

Monthly active users

3 days ago

Last modified

Categories

Share

What data can you scrape from Farmacias Guadalajara?

  • Scrapes category pages, search results and direct product URLs
  • Returns: product name, brand, SKU, price (MXN), original/list price, discount %, stock status, image URLs, category path and more
  • Uses VTEX Catalog API when available for fast bulk extraction
  • Falls back gracefully to XHR interception → JSON-LD → DOM parsing

Output: Farmacias Guadalajara data structure

FieldLabelFormat
nameProducttext
brandBrandtext
pricePrice (MXN)number
original_priceList pricenumber
discount_percentDiscount %number
stock_statusStocktext
categoryCategorytext
urlURLlink

Example output (one record)

{
"sku": "1234567",
"name": "Aspirina 500mg 20 Tabletas",
"brand": "Bayer",
"price": 45.90,
"original_price": 59.00,
"currency": "MXN",
"discount_percent": 22,
"description": "Analgésico y antipirético...",
"stock_status": "in_stock",
"quantity_available": 100,
"image_url": "https://imgfg.vtexassets.com/...aspirin.jpg",
"images": ["https://imgfg.vtexassets.com/...aspirin.jpg"],
"category": ["Medicamentos", "Analgésicos"],
"url": "https://www.farmaciasguadalajara.com/aspirina-500mg-20-tabletas/p",
"scraped_at": "2026-04-29T12:00:00.000Z"
}

🚀 Quick start

  1. Click Start with the default input to test with a small sample.
  2. Open the Output tab to preview results.
  3. Export as CSV / Excel / JSON, or connect via API.

How to scrape Farmacias Guadalajara — input options

FieldDescriptionDefault
URLs de categoria o productoUna o mas URLs de farmaciasguadalajara.com. Acepta paginas de categoria, resultados de busqueda y URLs de producto in...[{"url": "https://www.farmaciasguadalajara.com/farmacia/medicina/dolor/analgesicos"}]
Busqueda por textoBusca productos por nombre, marca o principio activo. Alternativa a proporcionar URLs manualmente.Ejemplos: omeprazol...
Maximo de productosNumero maximo de productos a extraer. Usa un valor bajo (5-10) para la primera prueba.200
ConcurrenciaPaginas procesadas en paralelo. 5 es un buen equilibrio velocidad/estabilidad.5
Proxy configurationOptional. Residential proxies recommended for best results.Apify auto
Timeout de pagina (s)Segundos maximos de espera para cargar una pagina antes de saltarla.45

🔍 How it works

This Actor uses Playwright (headless browser) to extract data from Farmacias Guadalajara. It navigates search results or catalog pages, extracts structured data from each listing, and normalizes the output into a consistent schema.


How much does it cost to scrape Farmacias Guadalajara?

This Actor uses Pay-Per-Event pricing — you pay only for results delivered, not for compute time.

PlanWhat you get
Free tier$5/month of platform credits — enough for thousands of results
Paid plansScale to tens of thousands of results per run

🔄 Integrations & scheduling

  • Schedule daily/weekly runs from the Apify Console for automated data collection.
  • Push results to Google Sheets, Slack, Zapier, Make, webhooks or any database.
  • Fetch datasets via the Apify REST API or the official JavaScript/Python clients.

This Actor collects only publicly available data. It does not log in, bypass paywalls, or access private information. You are responsible for using the extracted data in compliance with the site's Terms of Service and applicable data protection laws (including GDPR where relevant).


❓ FAQ

Can I access the data via API? Yes. Every run stores its dataset on Apify. Fetch it via REST API or use the official JavaScript/Python clients.

What export formats are supported? JSON, CSV, Excel (XLSX), XML, and HTML table. You can also push data directly to Google Sheets or any webhook endpoint.

Do I need proxies? Residential proxies are recommended for best results. The default proxy configuration is pre-set.