I need to scrape an internal website and make it into JSON. they don't offer API, the data is not an endpoint, it's in the HTML. what tool should I use? ![]()
Timeline
Post
Remote status
Context
1
@kaia something like beautifulsoup which is an html parsing library, or the equivalent for your preferred programming language
Replies
1