BeautifulSoup Wrapper
A simple API wrapper for Python's Beautiful Soup (BS4) API. - Very useful if you want to use BS4 in lowcode/nocode applications like Zapier, where you're not allowed to import the BS4 library. --- If you want more functionality, please email originaldollarbill99 at gmail dot com.
BeautifulSoup Wrapper endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
find /find |
The find_all() method scans the entire document looking for results, but sometimes you only want to find one result. If you know a document only has one tag, it’s a waste of time… |
| POST |
findall /findall |
The find_all() method scans the entire document looking for results that match the param you're looking for |
BeautifulSoup Wrapper pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / hour |
|
| PRO | $5 / month | 1 / minute |
|
| ULTRA Recommended | $10 / month | 1 / second |
|