How do I scrape a website using MATLAB?
19 次查看(过去 30 天)
显示 更早的评论
I want to scrape the text data from a table on a website. I have used urlfilter but this only scrapes numbers.
0 个评论
回答(1 个)
Image Analyst
2014-7-18
编辑:Image Analyst
2014-7-18
Use urlread() to get everything.
4 个评论
Image Analyst
2014-7-20
I don't have anything beyond urlread() for that. There is not going to be any built-in code that know exactly how your 200 web pages are laid out and how to extract the table from all the rest of the HTML code that is retrieved. There are billions of web pages out there and they just don't a page parser for all of them, or even yours. You're going to have to do that yourself.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Web Services 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!