Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/Scraping a site.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ data as CSV* panel.
* [How to create a sitemap]
* [How to add multiple start URLs]

[image-news-site]: images/scraping-a-site/news-site.png?raw=true
[image-news-site-sitemap]: images/scraping-a-site/news-site-sitemap.png?raw=true
[image-news-site]: images/scraping-a-site/news-site.svg
[image-news-site-sitemap]: images/scraping-a-site/news-site-sitemap.svg
[text-selector]: Selectors/Text%20selector.md
[link-selector]: Selectors/Link%20selector.md
[element-selector]: Selectors/Element%20selector.md
Expand Down
2 changes: 1 addition & 1 deletion docs/Selectors/Element selector.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Though [Table selector] [table-selector] might be much better solution.
[css-selector]: ../CSS%20selector.md
[pagination-selector]: Pagination%20selector.md
[table-selector]: Table%20selector.md
[multiple-elements-with-text-selectors]: ../images/selectors/text/text-selector-multiple-elements-with-text-selectors.png?raw=true
[multiple-elements-with-text-selectors]: ../images/selectors/text/text-selector-multiple-elements-with-text-selectors.svg
[How to scrape multiple items within a listings page]: https://webscraper.io/tutorials/multiple-items

description: Web Scraper Element Selector - select multiple data elements from lists and containers with scroll support for dynamic content loading
Expand Down
2 changes: 1 addition & 1 deletion docs/Selectors/Link selector.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ selector.
![Fig. 1: Multiple link selectors for category navigation][multiple-level-link-selectors]


[multiple-level-link-selectors]: ../images/selectors/link/multiple-level-link-selectors.png?raw=true
[multiple-level-link-selectors]: ../images/selectors/link/multiple-level-link-selectors.svg
[element-click]: Element%20click%20selector.md
[css-selector]: ../CSS%20selector.md
[pagination-selector]: Pagination%20selector.md
Expand Down
2 changes: 1 addition & 1 deletion docs/Selectors/Pagination selector.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ data from those.


[css-selector]: ../CSS%20selector.md
[pagination-selector]: ../images/selectors/pagination/pagination-selector.png?raw=true
[pagination-selector]: ../images/selectors/pagination/pagination-selector.svg

description: Web Scraper Pagination Selector - navigate through paginated content and load more buttons to scrape data from multiple pages automatically
keywords: pagination selector, pagination scraping, load more button, page navigation, multi-page scraping, automatic pagination, next page
2 changes: 1 addition & 1 deletion docs/Selectors/Sitemap xml selector.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ When using Sitemap.xml selector, set the main page of the site as a start URL.

[link-selector]: Link%20selector.md
[cloud-web-scraper]: https://www.webscraper.io/cloud-scraper
[sitemap-xml-link-selectors]: ../images/selectors/sitemap-xml/sitemap-xml-link-selector.png?raw=true
[sitemap-xml-link-selectors]: ../images/selectors/sitemap-xml/sitemap-xml-link-selector.svg
[sitemap format]: https://www.sitemaps.org/protocol.html

description: Extract URLs from sitemap.xml files to scrape entire websites without pagination using Web Scraper's Sitemap.xml link selector
Expand Down
2 changes: 1 addition & 1 deletion docs/Selectors/Table selector.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ shows what you should select when extracting data from a table.
## Use cases
See [Text selector] [text-selector] use cases.

[table-selector-selectors]: ../images/selectors/table/selectors.png?raw=true
[table-selector-selectors]: ../images/selectors/table/selectors.svg
[text-selector]: Text%20selector.md
[css-selector]: ../CSS%20selector.md

Expand Down
6 changes: 3 additions & 3 deletions docs/Selectors/Text selector.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ how data is returned

* [How to scrape multiple items within a listings page]

[text-selector-multiple-single-text-selectors-in-one-page]: ../images/selectors/text/text-selector-multiple-single-text-selectors-in-one-page.png?raw=true
[text-selector-multiple-elements-with-text-selectors]: ../images/selectors/text/text-selector-multiple-elements-with-text-selectors.png?raw=true
[text-selector-multiple-per-page]: ../images/selectors/text/text-selector-multiple-per-page.png?raw=true
[text-selector-multiple-single-text-selectors-in-one-page]: ../images/selectors/text/text-selector-multiple-single-text-selectors-in-one-page.svg
[text-selector-multiple-elements-with-text-selectors]: ../images/selectors/text/text-selector-multiple-elements-with-text-selectors.svg
[text-selector-multiple-per-page]: ../images/selectors/text/text-selector-multiple-per-page.svg
[element-selector]: Element%20selector.md
[css-selector]: ../CSS%20selector.md
[How to scrape multiple items within a listings page]: https://webscraper.io/tutorials/multiple-items
Expand Down
Binary file removed docs/images/scraping-a-site/news-site-sitemap.png
Binary file not shown.
116 changes: 116 additions & 0 deletions docs/images/scraping-a-site/news-site-sitemap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/images/scraping-a-site/news-site.png
Binary file not shown.
100 changes: 100 additions & 0 deletions docs/images/scraping-a-site/news-site.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Loading