Trying to create a web scraping for Search Grants | Grants.gov but HTTP + HTML nodes doesn’t bring any results. I need opportunities but the result is empty. Any workarounds? Any suggestions?
Ensure to copy your n8n workflow and paste it in the code block, that is in between the pairs of triple backticks, which also could be achieved by clicking </> (preformatted text) in the editor and pasting in your workflow.
```
<your workflow>
```
That implies to any JSON output you would like to share with us.
Make sure that you have removed any sensitive information from your workflow and include dummy or pinned data with it!
This is because HTML does not contain that data. It is rarher loaded by JavaScript asynchroniously. I’m afraid you would have to have access to their API to be able to a retrieve their data.
Try this, the data is big, so you’ll need to figure out how to set up the workflow to be running efficiently and/or adjust the search query parameters.