We found 8 matches for: scraper

An overview of all scraper blocks currently available, updated daily!

selection: get name

returns the node name

In-pins

connection

Out-pins

name
scraper: selector

searches within the context scope which searches within the root scope.

In-pins

flow
connection
selector
can be a string expression, DOM Element, array of DOM elements, or cheerio object. root is typically the HTML document string.
context
can be a string expression, DOM Element, array of DOM elements, or cheerio object. root is typically the HTML document string.

Out-pins

flow
connection
match
count
scraper: screenshot

screenshots a given element from a webpage

In-pins

flow
URI
the website to load screenshot from
filename
filename to save to
selector
the element to select
viewport
viewport options (width, height)
type
Specify screenshot type, can be jpeg, png or webp.

Default:
png

Out-pins

flow
success
error
file
selection: get at index

returns matching element at index

In-pins

connection
index
Index number of the element to grab

Out-pins

connection
selection: get all attributes

returns an array of given attribute of all matching elements.

In-pins

connection
attribute
Attribute to be selected from matching elements

Out-pins

matches
selection: html

represents the html content of current element(s).

In-pins

connection

Out-pins

text
selection: get attribute

returns the attribute of the first element

In-pins

connection
attribute
Attribute to be selected from matching elements

Out-pins

text
selection: text

represents the textual content of current element(s).

In-pins

connection

Out-pins

text