Care Quality Commission Reports Scraper avatar
Care Quality Commission Reports Scraper
Under maintenance

Pricing

Pay per event

Go to Apify Store
Care Quality Commission Reports Scraper

Care Quality Commission Reports Scraper

Under maintenance

Extract latest HTML and PDF reports from search results on the Care Quality Commission Website (https://www.cqc.org.uk/) into JSON or CSV and integrate with tools like Make to export to Google sheet.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Alkausari M

Alkausari M

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

6 days ago

Last modified

Share

Extract latest HTML and PDF inspection reports from CQC search results into structured JSON/CSV. Perfect for compliance monitoring, research, and automation with Make.com or Google Sheets.

This advanced Playwright scraper automates the full CQC data pipeline:

  • Downloads CSV of care providers from any search
  • Visits each provider’s inspection timeline
  • Automatically grabs latest HTML report or 2nd newest PDF
  • Extracts full report content + all original CSV fields
  • Outputs clean, uniform JSON ready for export

Features

  • Smart report selection – prefers HTML, falls back to PDF
  • Full content extraction – HTML wrapper or clean PDF text
  • All CSV columns preserved – Name, Address, Rating, Services, etc.
  • Row range controlstart (default 1), end (default 50)
  • Robust PDF handling – direct API + /_dp/files/ links
  • Retry logic – 3 attempts with backoff
  • No timeouts – skips Playwright navigation for direct downloads
  • Dataset output – export as CSV, JSON, Excel, or sync live

Input

{
"start_urls": [
{
"url": "https://www.cqc.org.uk/search/all?query=&location-query=&radius=10&display=list&sort=relevance&last-published=&filters[]=archived:active&filters[]=careHomes:all&filters[]=lastPublished:all&filters[]=more_services:all&filters[]=services:care-home&filters[]=specialisms:all"
}
],
"start": 1,
"end": 50
}