Preparing search index...
The search index is not available
universal-pdp-scrapper
universal-pdp-scrapper
UniversalPDPScrapper
Class UniversalPDPScrapper
Index
Constructors
constructor
Methods
scrape
Constructors
constructor
new
UniversalPDPScrapper
(
config
?
)
:
UniversalPDPScrapper
Parameters
Optional
config
: ({ serpApiKey?: string | undefined; } | { googleApiKey?: string | undefined; googleCseId?: string | undefined; }) & { openaiApiKey?: string | undefined; openaiOrgId?: string | undefined; openaiModelId?: string | undefined; }
Returns
UniversalPDPScrapper
Methods
scrape
scrape
(
url
)
:
Promise
<
null
|
ScrapperOutput
>
Parameters
url
:
string
Returns
Promise
<
null
|
ScrapperOutput
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
scrape
universal-pdp-scrapper
Loading...