Extract from Page using AI (Beta)

Extract information from a page using Chat GPT

by @pixies

How to Use

This brick is experimental

This brick allows you to read the data associated with a specific section of a page. In plain English, you can use this brick to extract data from a webpage. This is different from the Extract from Page brick because this brick uses AI to parse a larger element and find the data you need, without requiring you to define the selector.

To use, click the mouse icon in the Root Element field, and you'll be able to hover over a page to find a section to scrape. Click Add Item in the Properties field to define what you'd like AI to search for, like this.



You'll be able to reference the output later in other bricks.

Keep in mind this brick is experimental. Also, you will not be able to pass large elements, such as the body of a page, because it will be too much for ChatGPT to handle in one request.


Inputs

Name Required Type Description
root string A root selector to restrict amount of content provided to Chat GPT. If you pass too large of an element, the brick will error with Bad Request.
openai @pixies/openai/openaiapi integration
propNames array Names of properties to output

Outputs

Name Required Type Description
No outputs for this brick defined.