npm
Repository
DisQada
Preparing search index...
The search index is not available
Home
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Scraper - v2.0.3
Index
Type Aliases
Attr
Key
Attrs
Obj
Attr
Str
Attr
Value
Child
Get
Attr
Get
Child
Get
Text
HTMLStr
HTMLTag
Mod
Node
Mods
Node
Selector
Text
Options
Functions
find
Node
grab
Attr
grab
Child
grab
Node
grab
Text
parse
npm
Repository
DisQada
Scraper -
v2.0.3
Attr
Key
All valid HTML tag attribute keys.
Attrs
Obj
Object containing node attributes.
Attr
Str
String defining an attribute key or key-value pair.
Attr
Value
Value of an attribute.
Child
Child node, which can be a Node or a string.
Get
Attr
Function to get the value of an attribute.
Get
Child
Function to find a child node based on a selector.
Get
Text
Function to get the text content of a node.
HTMLStr
A string representing HTML content.
HTMLTag
All valid HTML tags.
Mod
Node
Node with additional methods for manipulation.
Mods
Additional methods for node manipulation.
Node
Represents an HTML node.
Selector
Represents a selector used to find nodes in an HTML structure.
Text
Options
Options for getting the text content of a node.
find
Node
Finding a node according to the given selector.
grab
Attr
Grabs an attribute value from the given HTML string or node array based on the selector.
grab
Child
Grabs a node from the given HTML string or node array based on the selector.
grab
Node
Grabs a node from the given HTML string or node array based on the selector.
grab
Text
Grabs the text content from the given HTML string or node array based on the selector.
parse
Parses an HTML string into an array of nodes and text.