F
Firecrawlโ€ข14mo ago
Pablo Esco

Best way to get started.

Morning All. What is the best way to get started without using Python? We normally use n8n. My use case is to scrape an ecommerce site, and return product descriptions etc. The site is coded terribly and we cannot locate a sitemap. I'm going to attempt to get a list of URLs to thenpoint Firecrawl at. I'm thinking a request node, then to firecrawl and then on to Open AI to out put a nice and clean structured output that we can use to populate a new site. Any ideas or thoughts on the above?๐Ÿ‘
1 Reply
Caleb
Calebโ€ข14mo ago
Hey, You can use our API and make curl request from any language, or n8n! The request node, + openAI sounds like a good approach!

Did you find this page helpful?