paulbradshaw / FSM_Scotland_example

Scrapes 5 pages of FSM stats from pages made on GitHub

Scrapes paulbradshaw.github.io, github.com, and www.legco.gov.hk

Well. Hello.


Contributors paulbradshaw

Last run completed successfully .

Console output of last run

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

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

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

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 KB

History

  • Manually ran revision bd62e559 and completed successfully .
    5 records added, 5 records removed in the database
    283 pages scraped
  • Manually ran revision 2ce58afc and completed successfully .
    5 records added in the database
    5 pages scraped
  • Created on morph.io

Scraper code

FSM_Scotland_example