hey everyone!
I am trying to test out Firecrawl versus our app's current Perplexity integration, and trying to do a bit of a head to head comparison between sonar-pro w/ structured JSON, and Firecrawl's /search + json schema extraction.
First, I am struggling to get search to return ANY json from the search sdk/endpoint. Is this working as of V2? I'm just trying to get any search or scrape result to return json according to my simple testing schema, and neither are working for search OR scrape, I'm using the v2 SDK.
The search endpoint seems to completely ignore my json format and is just returning the web source results. The scrape endpoint is returning a "json" section in the response but does not have any of my schema, just looks like a standard json response from Firecrawl. Am I thinking about these endpoints correctly? I am just trying simple web examples and struggling to get JSON mode to work. any help/direction would be appreciated!