Scraping website with .net

I want to crawl data (price) from multiple website with different structure with URL. Can i only use Robot Framework and .net without Python. If i can, i don’t know should i where to start. I find many documents but it just can crwal data from 1 website with it’s URL or use python.

Any decently newish Robot Framework release requires Python. Jython (python on top of JVM) was once supported but Jython itself hasn’t been updated to support new python features.

1 Like