Able to scrap markdown but not json
Hey everyone I am trying to develop a script which scrapes a page and returns a json with information on that page.
I can retrieve markdown for the entire page, however I can't retrieve anything in json.
Here's the payload for my curlCommand
When I use this payload I get nothing outside of metadata. After I add the format markdown then the entire markdown for the page gets returned.
I also tried to use json without any shema but again I have no results.
Anyone have a tip here?
2 Replies
Try enabling their fire 1 agent
I cant explain why that would suddenly work but a similar problem i had was solved with that
@miguelcgo were you able to fix this issue?