Doctoralia Brazil Reviews Scraper avatar

Doctoralia Brazil Reviews Scraper

Try for free

1 day trial then $30.00/month - No credit card required now

View all Actors
Doctoralia Brazil Reviews Scraper

Doctoralia Brazil Reviews Scraper

muhammetakkurtt/doctoralia-brazil-reviews-scraper
Try for free

1 day trial then $30.00/month - No credit card required now

This Apify actor collects doctor reviews and ratings from the doctoralia.com.br website. Users can search by specific specialties and cities. The actor pulls data such as doctor ID, review score, review text and review date and presents it in a structured format.

Doctoralia Brazil Reviews Scraper

Doctoralia Brazil Reviews Scraper

This Apify actor is designed to scrape patient/user reviews and ratings of doctors from the doctoralia.com.br website.

Features

  • Search for doctors by specific specialties
  • Filter doctors by city
  • Collect information such as doctor ID, review score, review text and review date.

Usage

  1. Run this actor in the Apify console.
  2. Provide the desired inputs:
    • specialization: Select the specialties to scrape (multiple selections allowed)
    • city: Select the city to scrape

Output

The actor generates a list of JSON objects containing the following information:

  • doctor_id: Unique ID of the doctor
  • review_rating: Review rating
  • review_text: Review text
  • review_date: Review date

Example Output

1{
2  "doctor_id": "123456",
3  "review_rating": "4.5",
4  "review_text": "Médico muito bom, só posso recomendá-lo.",
5  "review_date": "2023-06-15"
6}

This example output, filled with random data, shows the structure for a single doctor. The actual output will be a list of similar objects for all the doctors that were scraped.

Notes

  • This actor uses the Scrapy framework for web scraping.
  • The data collected is stored in Apify’s default data store.
  • Please ensure compliance with doctoralia.com.br’s terms of use and the rules outlined in their robots.txt file.
Developer
Maintained by Community
Actor metrics
  • 4 monthly users
  • 1 star
  • 100.0% runs succeeded
  • Created in Sep 2024
  • Modified about 2 months ago