0

Update data-extraction-using-llms.mdx

This commit is contained in:
Nicolas 2024-04-22 12:45:44 -07:00 committed by GitHub
parent 18450b5f9a
commit b33133f80b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,9 +1,6 @@
--- # Extract website data using LLMs
title: "Extract website data using LLMs"
description: "Learn how to use Firecrawl and Groq to extract structured data from a web page in a few lines of code." Learn how to use Firecrawl and Groq to extract structured data from a web page in a few lines of code. With Groq fast inference speeds and firecrawl parellization, you can extract data from web pages *super* fast.
'og:image': "/images/og.png"
'twitter:image': "/images/og.png"
---
## Setup ## Setup