Skip to main content

pulpminer

PulpMiner transforms webpages into structured JSON data, enabling efficient web scraping, data extraction, and API integration for various applications.

Install this skill

or
60/100

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

medium line 35

Curl to non-GitHub URL

SourceSKILL.md
35curl -X GET "https://api.pulpminer.com/external/<apiId>" \
medium line 46

Curl to non-GitHub URL

SourceSKILL.md
46curl -X POST "https://api.pulpminer.com/external/<apiId>" \
medium line 100

Curl to non-GitHub URL

SourceSKILL.md
100curl -X POST "https://api.pulpminer.com/external/zapier/get/<apiId>" \
medium line 105

Curl to non-GitHub URL

SourceSKILL.md
105curl -X POST "https://api.pulpminer.com/external/zapier/post/<apiId>" \
medium line 117

Curl to non-GitHub URL

SourceSKILL.md
117curl -X GET "https://api.pulpminer.com/external/n8n/auth" \
low line 5

External URL reference

SourceSKILL.md
5homepage: https://pulpminer.com
low line 21

External URL reference

SourceSKILL.md
21Get your API key from https://pulpminer.com/api — click "Regenerate Key" if you don't have one.
low line 27

External URL reference

SourceSKILL.md
271. **Create a saved API** — Configure a URL, scraper, LLM, and optional JSON template via the PulpMiner dashboard at https://pulpminer.com/api
low line 35

External URL reference

SourceSKILL.md
35curl -X GET "https://api.pulpminer.com/external/<apiId>" \
low line 43

External URL reference

SourceSKILL.md
43For APIs saved with template URLs like `https://example.com/search?q={{query}}&page={{page}}`:
low line 46

External URL reference

SourceSKILL.md
46curl -X POST "https://api.pulpminer.com/external/<apiId>" \
low line 82

External URL reference

SourceSKILL.md
82When creating a saved API at https://pulpminer.com/api, you can configure:
low line 100

External URL reference

SourceSKILL.md
100curl -X POST "https://api.pulpminer.com/external/zapier/get/<apiId>" \
low line 102

External URL reference

SourceSKILL.md
102-d '{"callbackURL": "https://hooks.zapier.com/..."}'
low line 105

External URL reference

SourceSKILL.md
105curl -X POST "https://api.pulpminer.com/external/zapier/post/<apiId>" \
low line 107

External URL reference

SourceSKILL.md
107-d '{"callbackURL": "https://hooks.zapier.com/...", "query": "value"}'
low line 117

External URL reference

SourceSKILL.md
117curl -X GET "https://api.pulpminer.com/external/n8n/auth" \
low line 128

External URL reference

SourceSKILL.md
128- Purchase more at https://pulpminer.com/credits
low line 142

External URL reference

SourceSKILL.md
142- Website: https://pulpminer.com
low line 143

External URL reference

SourceSKILL.md
143- API Dashboard: https://pulpminer.com/api
Scanned on Feb 16, 2026
View Security Dashboard
Installation guide →