Follow the steps below to scrape data from META tags from the HTML source code of the web page.


1. During configuration, click any portion of the web page, preferably the main title or the space above it.

2. From the Capture window, select More Options > Capture More Content multiple times till the entire website content is selected and displayed in the preview. You will have to apply this option 8 to 10 times, depending on the website.

3. Select More Options > Capture HTML option. The HTML then displayed in the preview should contain the entire HTML source of the page including META tags.

4. Select More Options > Apply Regular Expression option

5. Paste the correct RegEx string (RegEx Tutorial) to extract the required portion of the HTML and click Apply button. For example, the RegEx strings to extract values of description and keywords META tags are copied below.

<meta name="description" content="([^"]*)

<meta name="keywords" content="([^"]*)

6. Click the main Capture HTML button to capture the selected portion of HTML


Reference : https://www.webharvy.com/articles/howto.html