Queryselector

Use queryselector to scrape only some parts of a web page

A queryselector processes the scraped raw HTML data to collect only the headlines or some numbers, and therefore all variables will be affected by the queryselector.If you need help, just write contact us to us.

Only Headlines

For example, if you receive too many notifications about changes, you can, for example, only be informed about changes to headlines:
"h1, h2, h3, h4, h5, h6"      
Only some element texts

For example, if you want to track a specific number, you can also select the surrounding element using a queryselector:
".col-xs-6:nth-child(2) .number"         
Product screenshot
?