Skill tree of web scraping: Difference between revisions
Jump to navigation
Jump to search
m
no edit summary
(Created page with "Data extraction * How they build the website & information architecture ** Understanding the navigation system e.g. pagination ★★☆☆☆ *...") |
mNo edit summary |
||
| Line 6: | Line 6: | ||
* Understnding the web technology | * Understnding the web technology | ||
** HTTP GET/POST ★★☆☆☆ | ** HTTP GET/POST ★★☆☆☆ Related page: [[HTTP request and response data tool]] | ||
** HTTP/CSS/Javascript ★★☆☆☆ | ** HTTP/CSS/Javascript ★★☆☆☆ | ||
** CSS seletor and DOM (Document Object Model) elements ★★☆☆☆ Related page: [[Xpath tools]] | ** CSS seletor, XPath expressions and DOM (Document Object Model) elements ★★☆☆☆ Related page: [[Xpath tools]] | ||
** AJAX (Asynchronous JavaScript and XML) ★★★★☆ | ** AJAX (Asynchronous JavaScript and XML) ★★★★☆ | ||
* Using API to retrieve data ★★☆☆☆ | * Using API to retrieve data ★★☆☆☆ | ||