Update data-extraction-using-llms.mdx
This commit is contained in:
parent
18450b5f9a
commit
b33133f80b
@ -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
|
||||||
|
|
||||||
@ -92,4 +89,4 @@ print(dataExtracted)
|
|||||||
|
|
||||||
You have now built a data extraction bot using Groq and Firecrawl. You can now use this bot to extract structured data from any website.
|
You have now built a data extraction bot using Groq and Firecrawl. You can now use this bot to extract structured data from any website.
|
||||||
|
|
||||||
If you have any questions or need help, feel free to reach out to us at [Firecrawl](https://firecrawl.dev).
|
If you have any questions or need help, feel free to reach out to us at [Firecrawl](https://firecrawl.dev).
|
||||||
|
Loading…
Reference in New Issue
Block a user