0

Update README.md

This commit is contained in:
Nicolas 2024-05-08 18:10:43 -07:00
parent 3b5f71c1e8
commit d6b4904ef1

View File

@ -353,6 +353,8 @@ const status = await app.checkCrawlStatus(jobId);
console.log(status); console.log(status);
``` ```
### Extracting structured data from a URL ### Extracting structured data from a URL
With LLM extraction, you can easily extract structured data from any URL. We support zod schema to make it easier for you too. Here is how you to use it: With LLM extraction, you can easily extract structured data from any URL. We support zod schema to make it easier for you too. Here is how you to use it: