Initiate a crawler's actor with a POST fetch & avoid browser

I have a use case, where an Actor should start out with a POST request and not the usual GET request.
Following up, i'll simply to a series of HTTP request & response parsing myself. There is no need for a browser, just plain fetch.

Is the
BasicCrawler
or the
HTTPCrawler
the right option?

I'm still looking into Crawlee & apify to manage the proxies and sessions.
Was this page helpful?