So I am using irobot to scrape a website. Right now, it's just an experiment, (for learning) and I'm struggling to understand some key things.
#1 - I am scraping tables. I want to put this data into a database. But I wonder what to use as a key identifier? Especially if say, there are duplicate values. (like a name) I don't know how to get this data from the website. From what I can see, the only unique field in these tables that I can access, is the URL of each person's name.
#2 - I know how to scrape data from a specific URL - but I'm trying to automate the process. Seriously, I have no clue how to do that with table data. Ideally, I guess I'd get a list of links, and follow each of them individually to get the data, rather from the table they are compiled into.
Thanks in advance.
#1 - I am scraping tables. I want to put this data into a database. But I wonder what to use as a key identifier? Especially if say, there are duplicate values. (like a name) I don't know how to get this data from the website. From what I can see, the only unique field in these tables that I can access, is the URL of each person's name.
#2 - I know how to scrape data from a specific URL - but I'm trying to automate the process. Seriously, I have no clue how to do that with table data. Ideally, I guess I'd get a list of links, and follow each of them individually to get the data, rather from the table they are compiled into.
Thanks in advance.