Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Metadata fields being returned as lists #1071

Open
frazerpoggio opened this issue Jan 17, 2025 · 0 comments
Open

[Bug] Metadata fields being returned as lists #1071

frazerpoggio opened this issue Jan 17, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@frazerpoggio
Copy link

frazerpoggio commented Jan 17, 2025

Describe the Bug
We're seeing several metadata fields being returned as lists randomly when the API documentation for the /v1/scrape endpoint says they should be strings or null.

Particular fields are:
metadata.title
metadata.description
metadata.language

To Reproduce
Call the /v1/scrape endpoint. Seems random to as when it occurs.

curl --request POST \
  --url https://api.firecrawl.dev/v1/scrape \
  --header 'Authorization: Bearer <token>'\
  --header 'Content-Type: application/json' \
  --data '{
  "url": "https://www.beckershospitalreview.com/finance/montefiores-financial-comeback-from-28-6m-operating-loss-to-147m-gain.html",
  "formats": [
    "markdown"
  ]
}'

Have seen it occur on the above url ^

Expected Behavior
A response matching the API documentation

@frazerpoggio frazerpoggio added the bug Something isn't working label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant