Jameda Reviews Scraper avatar

Jameda Reviews Scraper

Try for free

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

View all Actors
Jameda Reviews Scraper

Jameda Reviews Scraper

muhammetakkurtt/jameda-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 jameda.de 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.

Jameda Reviews Scraper

Jameda Reviews Scraper

This Apify actor is designed to scrape patient/user reviews and ratings of doctors from the jameda.de 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": "Sehr guter Arzt, ich kann ihn nur empfehlen.",
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 jameda.de’s terms of use and the rules outlined in their robots.txt file.
Developer
Maintained by Community
Actor metrics
  • 1 monthly user
  • 1 star
  • 100.0% runs succeeded
  • Created in Sep 2024
  • Modified 25 days ago