Scrape endpoint output doesn't include JSON (llm-extract)
I'm using the scrape endpoint with Scrape endpoint with llm-extract, and though this was working perfectly, today i noticed that the output doesn't include JSON. Tried with both the @mendable/firecrawl-js ^4.5.0, and @mendable/firecrawl-js ^4.8.2.
I've logged this:
Also, firecrawl logs mention:
"$schema": "http://json-schema.org/draft-07/schema#"
and
"metadata": {
"twitter:creator": "@triggerdotdev",
"ogTitle": "Cloud Pricing | Trigger.dev",
"ogUrl": "https://trigger.dev/pricing",
"twitter:image": "https://trigger.dev/build/_assets/og-image-pricing-B7OJB46I.jpg",
"ogImage": "https://trigger.dev/build/_assets/og-image-pricing-B7OJB46I.jpg",
"og:image": "https://trigger.dev/build/_assets/og-image-pricing-B7OJB46I.jpg",
"viewport": "width=device-width,initial-scale=1",
"og:description": "View Trigger.dev Cloud plans and pricing; transparent pricing, no surprises.",
"description": "View Trigger.dev Cloud plans and pricing; transparent pricing, no surprises.",
"twitter:description": "View Trigger.dev Cloud plans and pricing; transparent pricing, no surprises.",
"og:url": "https://trigger.dev/pricing",
"twitter:card": "summary_large_image",
"twitter:title": "Cloud Pricing | Trigger.dev",
"title": "Cloud Pricing | Trigger.dev",
"language": "en",
"og:title": "Cloud Pricing | Trigger.dev",
"twitter:site": "@triggerdotdev",
"scrapeId": "019aef28-05eb-731d-805a-03372851001a",
"sourceURL": "https://trigger.dev/pricing",
"url": "https://trigger.dev/pricing",
"statusCode": 200,
"contentType": "text/html",
"proxyUsed": "basic",
"cacheState": "hit",
"cachedAt": "2025-12-05T14:49:41.671Z",
"creditsUsed": 5
}
}
I've logged this:
Available keys: [ 'metadata' ]
Has json: false
Has markdown: false
Has html: falseAlso, firecrawl logs mention:
"$schema": "http://json-schema.org/draft-07/schema#"
and
"metadata": {
"twitter:creator": "@triggerdotdev",
"ogTitle": "Cloud Pricing | Trigger.dev",
"ogUrl": "https://trigger.dev/pricing",
"twitter:image": "https://trigger.dev/build/_assets/og-image-pricing-B7OJB46I.jpg",
"ogImage": "https://trigger.dev/build/_assets/og-image-pricing-B7OJB46I.jpg",
"og:image": "https://trigger.dev/build/_assets/og-image-pricing-B7OJB46I.jpg",
"viewport": "width=device-width,initial-scale=1",
"og:description": "View Trigger.dev Cloud plans and pricing; transparent pricing, no surprises.",
"description": "View Trigger.dev Cloud plans and pricing; transparent pricing, no surprises.",
"twitter:description": "View Trigger.dev Cloud plans and pricing; transparent pricing, no surprises.",
"og:url": "https://trigger.dev/pricing",
"twitter:card": "summary_large_image",
"twitter:title": "Cloud Pricing | Trigger.dev",
"title": "Cloud Pricing | Trigger.dev",
"language": "en",
"og:title": "Cloud Pricing | Trigger.dev",
"twitter:site": "@triggerdotdev",
"scrapeId": "019aef28-05eb-731d-805a-03372851001a",
"sourceURL": "https://trigger.dev/pricing",
"url": "https://trigger.dev/pricing",
"statusCode": 200,
"contentType": "text/html",
"proxyUsed": "basic",
"cacheState": "hit",
"cachedAt": "2025-12-05T14:49:41.671Z",
"creditsUsed": 5
}
}