Describe the Bug
Provide a clear and concise description of what the bug is.
i crawl the url 'https://www.xchuxing.com/car?bid=203', in this page, it will send a request like
to get some information to show on the web,but the crawl result don't have the above message,
i figure out there must have some cookie to simulate the log in state,and i use postman to check that once i add the cookie below for the request(/all-brand?bid=203), it can return the information
and i past the cookie data to the pageOptions,but still can't crawl the full message from the website
To Reproduce
Steps to reproduce the issue:
Configure the environment or settings with '...'
Run the command '...'
Observe the error or unexpected output at '...'
Log output/error message
Expected Behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots or copies of the command line output to help explain the issue.
Environment (please complete the following information):
OS: [e.g. macOS, Linux, Windows]
Firecrawl Version: [e.g. 1.2.3]
Node.js Version: [e.g. 14.x]
Logs
If applicable, include detailed logs to help understand the problem.
Additional Context
Add any other context about the problem here, such as configuration specifics, network conditions, data volumes, etc.
Describe the Bug Provide a clear and concise description of what the bug is. i crawl the url 'https://www.xchuxing.com/car?bid=203', in this page, it will send a request like to get some information to show on the web,but the crawl result don't have the above message, i figure out there must have some cookie to simulate the log in state,and i use postman to check that once i add the cookie below for the request(/all-brand?bid=203), it can return the information
and i past the cookie data to the pageOptions,but still can't crawl the full message from the website To Reproduce Steps to reproduce the issue:
Expected Behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots or copies of the command line output to help explain the issue.
Environment (please complete the following information):
Logs If applicable, include detailed logs to help understand the problem.
Additional Context Add any other context about the problem here, such as configuration specifics, network conditions, data volumes, etc.