walinchus / Chapter_18

meals data for Scotttish schools


Contributors walinchus

Last run completed successfully .

Console output of last run

Injecting configuration and compiling... Injecting scraper and running... 5237521 https://paulbradshaw.github.io/scraping-for-everyone/scottishschools/iSchoolid_5237521.html <!DOCTYPE html > <html dir="ltr" lang="en-GB"> <head><title> Abbotswell School </title> </head> <body> <h1> Abbotswell School </h1> <table class="destinations"> <tr> <th> Free school meals </th> </tr> <tr> <td> 24.10% </td> </tr> </table> </body> </html> {'FSM': '\n24.10%\n', 'ID': '5237521'} ------------ 5244439 https://paulbradshaw.github.io/scraping-for-everyone/scottishschools/iSchoolid_5244439.html <!DOCTYPE html > <html dir="ltr" lang="en-GB"> <head><title> Aberdeen Grammar School </title> </head> <body> <h1> Aberdeen Grammar School </h1> <table class="destinations"> <tr> <th> Free school meals </th> </tr> <tr> <td> 4.10% </td> </tr> </table> </body> </html> {'FSM': '\n4.10%\n', 'ID': '5244439'} ------------ 5237629 https://paulbradshaw.github.io/scraping-for-everyone/scottishschools/iSchoolid_5237629.html <!DOCTYPE html > <html dir="ltr" lang="en-GB"> <head><title> Airyhall School </title> </head> <body> <h1> Airyhall School </h1> <table class="destinations"> <tr> <th> Free school meals </th> </tr> <tr> <td> 1.60% </td> </tr> </table> </body> </html> {'FSM': '\n1.60%\n', 'ID': '5237629'} ------------ 5237823 https://paulbradshaw.github.io/scraping-for-everyone/scottishschools/iSchoolid_5237823.html <!DOCTYPE html > <html dir="ltr" lang="en-GB"> <head><title> Ashley Road School </title> </head> <body> <h1> Ashley Road School </h1> <table class="destinations"> <tr> <th> Free school meals </th> </tr> <tr> <td> 3.50% </td> </tr> </table> </body> </html> {'FSM': '\n3.50%\n', 'ID': '5237823'} ------------ 5234026 https://paulbradshaw.github.io/scraping-for-everyone/scottishschools/iSchoolid_5234026.html <!DOCTYPE html > <html dir="ltr" lang="en-GB"> <head><title> Braehead School and Nursery Class </title> </head> <body> <h1> Braehead School and Nursery Class </h1> <table class="destinations"> <tr> <th> Free school meals </th> </tr> <tr> <td> 6.60% </td> </tr> </table> </body> </html> {'FSM': '\n6.60%\n', 'ID': '5234026'} ------------

Data

Downloaded 0 times

To download data sign in with GitHub

Download table (as CSV) Download SQLite database (3 KB) Use the API

rows 5 / 5

FSM ID
24.10%
5237521
4.10%
5244439
1.60%
5237629
3.50%
5237823
6.60%
5234026

Statistics

Average successful run time: less than 5 seconds

Total run time: less than 10 seconds

Total cpu time used: less than 5 seconds

Total disk space used: 27.3 KB

History

  • Manually ran revision a2391057 and completed successfully .
    5 records added, 1 record removed in the database
  • Manually ran revision 0b4a7748 and completed successfully .
    1 record added, 1 record removed in the database
  • Manually ran revision 37e71e7b and completed successfully .
    1 record added in the database
  • Created on morph.io

Scraper code

Chapter_18