Initial Prompt

Give step by step instructions
If you know where your information is, tell Structify!e.g.: ‘Navigate to https://www.ycombinator.com/companies and extract the companies there’
See Structify Calls for info on how best to use our extraction toolkit
Once you have data, you can use Structify to enrich it with information from the web

Putting it all together

I want you to create a pipeline that extracts company information using ‘scrape_relationships’ from https://www.ycombinator.com/companies. I’m interested in company name, website, description and linkedin url. Once you’ve pulled in the companies, use enhance_columns starting at their website to gather information about each company’s pricing and product tiers.

Working with an Existing Pipeline

If you want or need a specific package installed, just ask! If you don’t know what this means, that’s okay, the ‘Fix with AI’ button will help
If you want to edit logic within a specific node on the graph, mention in by name and tell us to edit that node specifically.
Any node you edit, will cause it and all nodes below it to run again!
Most of the time, you’ll want to add new nodes for new logic! For instance, if your initial prompt pulled in a bunch of databases and you want to aggregate information, you might ask ‘Write a new transform node to aggregate by X and Y, by Z. Order the results by date in ascending order’