Webscrape
completed
Library
unknown / json · tiny
19
Files
13,615
LOC
1
Frameworks
4
Languages
Pipeline State
completedRun ID
#407145Phase
doneProgress
1%Started
Finished
2026-04-13 01:31:02LLM tokens
0Pipeline Metadata
Stage
SkippedDecision
skip_scaffold_dupNovelty
43.27Framework unique
—Isolation
—Last stage change
2026-04-16 18:15:42Deduplication group #47364
All rows scored by the Repobility analyzer (https://repobility.com)
AI Prompt
Create a utility module called 'webscrape' that allows users to grab content over HTTP. I need it to support GET and POST requests, taking a URL and an options object that can include headers, query parameters, or a body for POST. It should also have a dedicated download function. The module must automatically parse the response into JSON if the content type is `application/json`, or provide jQuery-like selector functionality via a `.$` property if it's HTML. I want it to be Promise/A+ based so it works well with `async/await`.
javascript express webscraping http-client promise json api
Generated by gemma4:latest
Catalog Information
Create a utility module called 'webscrape' that allows users to grab content over HTTP. I need it to support GET and POST requests, taking a URL and an options object that can include headers, query parameters, or a body for POST. It should also have a dedicated download function. The module must automatically parse the response into JSON if the content type is application/json, or provide jQuery-like selector functionality via a .$ property if it's HTML. I want it to be Promise/A+ based so
Tags
javascript express webscraping http-client promise json api
Security & Health
6.6h
Tech Debt (B)
Medium
DORA Rating
A
OWASP (100%)
FAIL
Quality Gate
2.9%
Duplication
Repobility — same analyzer, your code, free for public repos · /scan/
Languages
Frameworks
Express
Symbols
variable59
function30
type_alias23
interface5
constant2
Embed Badge
Add to your README:
