Doctoralia Brazil Reviews Scraper

Doctoralia Brazil Reviews Scraper

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.

OTHERApify

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.

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!