The HTML Table input task is a great tool for scraping individual tables from a webpage, but it can only pull data from a single table as opposed to the HTML Downloader. If only one table is needed from a webpage, then it is recommended to use this input task. While it is simpler to use than the HTML Downloader, this task still involves a level of technical understanding regarding webscraping in order to configure it.
Settings
URL: The URL where the data is located
Method: If the request will be GET or POST, POST will be used when you need to do something to have the data returned first. If you are not sure what to use then use GET
Post data (optional): If you selected the POST method, here is where you would supply the data for that POST statement
HTML Entity Selector: Where the data is located or where the post statement should be given. This can be found by right clicking on the desired data on the webpage and selecting “Inspect Element”. Then in the console that opens hover over items in this console until your data is highlighted and then right click again and chose “Copy Selector”. Then enter that information here.
Request custom headers(in JSON format) (optional): If additional authorization information is required as a header it can be included in here
What to use as header: What should be recognized as the headers of the data, is it the first column of data, should Inzata just use the column number, or did you want to define your own headers
Own definition of header (optional): If you define your own headers then you would enter that definition here