pulpminer
PulpMiner transforms webpages into structured JSON data, enabling efficient web scraping, data extraction, and API integration for various applications.
Install this skill
Security score
The pulpminer skill was audited on Feb 16, 2026 and we found 20 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 35 | curl -X GET "https://api.pulpminer.com/external/<apiId>" \ |
Curl to non-GitHub URL
| 46 | curl -X POST "https://api.pulpminer.com/external/<apiId>" \ |
Curl to non-GitHub URL
| 100 | curl -X POST "https://api.pulpminer.com/external/zapier/get/<apiId>" \ |
Curl to non-GitHub URL
| 105 | curl -X POST "https://api.pulpminer.com/external/zapier/post/<apiId>" \ |
Curl to non-GitHub URL
| 117 | curl -X GET "https://api.pulpminer.com/external/n8n/auth" \ |
External URL reference
| 5 | homepage: https://pulpminer.com |
External URL reference
| 21 | Get your API key from https://pulpminer.com/api — click "Regenerate Key" if you don't have one. |
External URL reference
| 27 | 1. **Create a saved API** — Configure a URL, scraper, LLM, and optional JSON template via the PulpMiner dashboard at https://pulpminer.com/api |
External URL reference
| 35 | curl -X GET "https://api.pulpminer.com/external/<apiId>" \ |
External URL reference
| 43 | For APIs saved with template URLs like `https://example.com/search?q={{query}}&page={{page}}`: |
External URL reference
| 46 | curl -X POST "https://api.pulpminer.com/external/<apiId>" \ |
External URL reference
| 82 | When creating a saved API at https://pulpminer.com/api, you can configure: |
External URL reference
| 100 | curl -X POST "https://api.pulpminer.com/external/zapier/get/<apiId>" \ |
External URL reference
| 102 | -d '{"callbackURL": "https://hooks.zapier.com/..."}' |
External URL reference
| 105 | curl -X POST "https://api.pulpminer.com/external/zapier/post/<apiId>" \ |
External URL reference
| 107 | -d '{"callbackURL": "https://hooks.zapier.com/...", "query": "value"}' |
External URL reference
| 117 | curl -X GET "https://api.pulpminer.com/external/n8n/auth" \ |
External URL reference
| 128 | - Purchase more at https://pulpminer.com/credits |
External URL reference
| 142 | - Website: https://pulpminer.com |
External URL reference
| 143 | - API Dashboard: https://pulpminer.com/api |