Skip to content

Microservice for HTTP requests with Tor proxies that can handle HTML parsing

Notifications You must be signed in to change notification settings

skykery/urlfetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URLFetcher

A microservice that can handle HTTP requests and can serve parsed elements using CSS Selectors and XPath. The microservice is running on FastAPI as web framework, relies on LXML for the HTML parsing part and is successfully using Tor nodes and proxies to hide the initial request.

To run it locally docker-compose -f stack.yaml up -d

I published a project URLWorker which is based on this microservice and you can try it yourself, for free of course.

Supports:

  • Retries
  • Free proxies by default
  • Custom proxy
  • CSS selectors
  • JavaScript rendering

You can make a free account on https://urlworker.techwetrust.com/ or watch my tutorials on how to use it right on the Examples section.

Don't forget to star the repo for further updates.

About

Microservice for HTTP requests with Tor proxies that can handle HTML parsing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published