Merge branch 'main' of https://github.com/mendableai/firecrawl
This commit is contained in:
commit
5ab97bbe23
@ -382,7 +382,7 @@ const schema = z.object({
|
||||
.describe("Top 5 stories on Hacker News"),
|
||||
});
|
||||
|
||||
const scrapeResult = await app.scrapeUrl("https://firecrawl.dev", {
|
||||
const scrapeResult = await app.scrapeUrl("https://news.ycombinator.com", {
|
||||
extractorOptions: { extractionSchema: schema },
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user