ScrapeMaster
ScrapeMaster is a Web Scraping API that helps you to scrap data from any website, you can: - Get all page data. - Get data by "tag" - Get data by "class" - Get data by "id" - Get data by "research a specific word/string" in the tag's text - Get data by "research a specific part of attribute" in the tag selector This API helps you to scrap complex and specific data.
ScrapeMaster endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get all page's content /api/ |
This endpoint will return all the page's content from the URL given by the user. |
| GET |
Get data by “tag” /api/tag/ |
This endpoint will return all data from a specific tag. |
| GET |
Get data by "class" /api/class |
This endpoint will return all data from a specific tag and its class attribute. |
| GET |
Get data by "id" /api/id |
This endpoint will return all data from a specific tag and its id. |
| GET |
Get data by “research a specific word/string” in the tag’s text /api/search |
Get data by “research a specific word/string” in the tag’s text |
| GET |
Get data by “research a specific part of attribute” in the tag selector /api/search |
Get data by “research a specific part of attribute” in the tag selector |
ScrapeMaster pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $19 / month | — |
|
| ULTRA | $59 / month | — |
|
| MEGA | $99 / month | — |
|