scraping-urban-dictionary-definitions
Installation
SKILL.md
Scraping Urban Dictionary Definitions
Raw data collection. No assumed use case — returns the full dataset for downstream analysis.
Inputs
| Parameter | Type | Required | Default | Notes |
|---|---|---|---|---|
startUrls |
array | Optional | [] |
Urban Dictionary search URLs |
keywords |
array | Optional | [] |
Keywords/slang terms to search |
maxItems |
number | Optional | Unlimited | Maximum definitions to return |
customMapFunction |
string | Optional | — | JavaScript function to transform each output object |