Forum Discussion
Anonymous
5 years agoNot applicable
Using 2 functions to web scrape
I am scraping cost to own data from edmunds. I used the site map to get all the Cost to own links site map here. so I have a table of links and I used a function to get the model names from each of ...
Anonymous
5 years agoNot applicable
Thank you! I posted my function code to get the model name. Clearly your code is more efficient. But I was confused about how to have pull the link and then the model to get the specific cost to own. I tried to calify in my orogonal question.
lbendlin
Super User
5 years agoAs I said you can use my code as the basis to get the model numbers. Then you can use your approach to fetch the table for each of the models.