Skip to content

Commit b52106d

Browse files
WS-8374 add description and keywords to all md files
1 parent 20a9451 commit b52106d

33 files changed

Lines changed: 100 additions & 3 deletions

docs/CSS selector.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
description: Learn CSS selectors for Web Scraper - comprehensive guide to CSS selector syntax, jQuery selectors, parent selectors, and selecting elements within iframes and shadow DOM
2+
keywords: css selectors, web scraper css, jquery selectors, parent selector, iframe selectors, shadow dom selectors, css selector syntax
3+
14
# CSS selector
25

36
Web Scraper uses css selectors to find HTML elements in web pages and to extract

docs/Installation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
description: Install Web Scraper browser extension for Chrome and Firefox - step-by-step installation guide with browser requirements and compatibility information
2+
keywords: web scraper installation, chrome extension, firefox addon, browser extension install, web scraping setup
3+
14
# Installation
25

36
You can install the extension from [Chrome store] [1] or

docs/Open Web Scraper.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
description: Learn how to open Web Scraper extension in Chrome and Firefox developer tools - keyboard shortcuts and step-by-step guide to access the scraping interface
2+
keywords: open web scraper, developer tools, browser extension access, chrome devtools, firefox developer tools, web scraper interface
3+
14
# Open Web Scraper
25

36
Web Scraper is integrated into browser Developer tools. Figure 1 shows how you

docs/Scraping a site.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
description: Complete guide to scraping websites with Web Scraper - learn how to create sitemaps, set start URLs, configure selectors, and extract data from web pages
2+
keywords: website scraping, sitemap creation, web scraper tutorial, data extraction, start urls, scraping guide, web scraping workflow
3+
14
# Scraping a site
25

36
Open the site that you want to scrape.

docs/Selectors.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
description: Comprehensive guide to Web Scraper selectors - learn about data extraction selectors, link selectors, and element selectors for effective web scraping
2+
keywords: web scraper selectors, data extraction selectors, link selectors, element selectors, text selector, image selector, table selector, web scraping selectors
3+
14
# Selectors
25

36
Web scraper has multiple selectors that can be used for different type data

docs/Selectors/Element attribute selector.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
description: Web Scraper Element Attribute Selector - extract HTML element attributes like title, data attributes, and custom properties from web pages
2+
keywords: attribute selector, html attributes, element attributes, data attributes, title attribute, custom attributes, attribute extraction
3+
14
# Element attribute selector
25
Element attribute selector can extract an attributes value of an HTML element.
36
For example you could use this selector to extract title attribute from

docs/Selectors/Element click selector.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
description: Web Scraper Element Click Selector - interact with clickable elements to load dynamic content and extract data from JavaScript-driven websites
2+
keywords: element click selector, click selector, dynamic content, interactive scraping, javascript scraping, button clicking, ajax loading
3+
14
# Element click selector
25

36
Element click selector works similarly to

docs/Selectors/Element selector.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
description: Web Scraper Element Selector - select multiple data elements from lists and containers with scroll support for dynamic content loading
2+
keywords: element selector, multiple elements, list scraping, container selector, scroll selector, dynamic content, parent selector
3+
14
# Element selector
25

36
Element selector is for element selection that contain multiple data elements.

docs/Selectors/HTML selector.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
description: Web Scraper HTML Selector - extract raw HTML content and inner HTML from selected elements while preserving formatting and structure
2+
keywords: html selector, html extraction, inner html, raw html, html content extraction, preserve html formatting
3+
14
# HTML selector
25
HTML selector can extract HTML and text within the selected element. Only the
36
inner HTML of the element will be extracted.

docs/Selectors/Image selector.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
description: Extract image URLs and download images from websites using Web Scraper's Image selector with multiple handling options
2+
keywords: image selector, web scraper, image download, src attribute, CSS selector, image extraction, python script, bulk download
3+
14
# Image selector
25
Image selector can extract `src` attribute (URL) of an image.
36

0 commit comments

Comments
 (0)