Intelligent Website Scrapper avatar
Intelligent Website Scrapper

Pricing

Pay per event

Go to Store
Intelligent Website Scrapper

Intelligent Website Scrapper

Developed by

HappiTap

HappiTap

Maintained by Community

An intelligent website scraper that uses LangChain and LLM to extract and process content based on high-level goals like summarization, product extraction, service extraction, and FAQ extraction.

0.0 (0)

Pricing

Pay per event

0

Total users

5

Monthly users

5

Runs succeeded

>99%

Last modified

9 days ago

Start URLs

startUrlsarrayRequired

Array of URLs to scrape. Each URL should be an object with a 'url' property.

Task Type

taskTypeEnumOptional

The type of content processing task to perform

Value options:

"summarize": string"extractProducts": string"extractServices": string"extractFAQs": string

Default value of this property is "summarize"

Maximum Depth

maxDepthintegerOptional

Maximum depth for following internal links (0 = no following, 1 = follow direct links, etc.)

Default value of this property is 1

followInternalLinksbooleanOptional

Whether to follow internal links to gather more comprehensive data

Default value of this property is false