From 41806f8e0a5b460e87047878f41e7eb49c83867b Mon Sep 17 00:00:00 2001 From: Rob Harrison <48765695+robjharrison@users.noreply.github.com> Date: Wed, 7 Aug 2024 12:14:00 +0000 Subject: [PATCH] test actions --- ofsted_childrens_services_inspection_scrape.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ofsted_childrens_services_inspection_scrape.py b/ofsted_childrens_services_inspection_scrape.py index 85660c8..3b6fd16 100644 --- a/ofsted_childrens_services_inspection_scrape.py +++ b/ofsted_childrens_services_inspection_scrape.py @@ -35,6 +35,7 @@ url_stem = 'https://reports.ofsted.gov.uk/' +# search url equates to Ofsted base search criteria of 'childrens social care + local authority childrens services' search_url = 'search?q=&location=&lat=&lon=&radius=&level_1_types=3&level_2_types%5B%5D=12' max_page_results_url = '&rows=' + str(max_page_results) # Coerce results page to display ALL providers on single results page without next/pagination