A simple API you can spin up on Heroku, AWS Lambda that takes in a raw URL, and spits back a purified domain.
Built with tldrextract + FastAPI + Past headaches with data cleanliness.
Test it out on:
Much love, @thesnappingdog
- n8n workflow
- HubSpot Workflows
To run in DEV mode:
python3 -m venv venv
source venv/bin.activate
pip install
uvicorn app.server:app --reload
Run tests with python -m pytest tests/