Searx -> Web Crawler
Parameters of the function:
- Query: "bee* AND "collapse disorder""
- Limit for searx results : eg 100
- Depth of link of result: data Depth = Depth {in :: Int, out :: Int}
- Depth 0 0 -> just get the text of the link (fetched from searx)
- Depth 1 0 -> just get the text of the links in the targeted site with depth 1
- Depth 0 1 -> just get the text of the neighbors links in the targed sites with depth of 1
- Filter with Query : Bool (TODO later)