Skip to content

Commit

Permalink
test actions
Browse files Browse the repository at this point in the history
  • Loading branch information
robjharrison committed Aug 7, 2024
1 parent fcfea6d commit 41806f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ofsted_childrens_services_inspection_scrape.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 41806f8

Please sign in to comment.