VOOZH about

URL: https://apify.com/apidojo/urbandictionary-scraper

⇱ 🏯 Urbandictionary Scraper Β· Apify


πŸ‘ 🏯 Urbandictionary Scraper avatar

🏯 Urbandictionary Scraper

Pricing

$1.00 / 1,000 results

Go to Apify Store

🏯 Urbandictionary Scraper

Introducing the Urban Dictionary Scraper, your ultimate tool for diving into the world of contemporary slang, memes, and expressions! With this user-friendly and versatile scraper, you can effortlessly search for any keyword and retrieve a treasure trove of definitions.

Pricing

$1.00 / 1,000 results

Rating

5.0

(7)

Developer

πŸ‘ API Dojo

API Dojo

Maintained by Community

Actor stats

10

Bookmarked

20

Total users

1

Monthly active users

4 hours ago

Last modified

Share

Urban Dictionary Scraper

Urban Dictionary Scraper is an Apify actor for extracting definitions from from urbandictionary.com. It gives you access to the huge community based list of definitions for slang, meme, or many different things that is ongoing around the Web in structured form. It is build on top of Apify SDK and you can run it both on Apify platform and locally!

Input Parameters

FieldTypeDescriptionDefault value
startUrlsarrayUrban Dictionary full search URLs as a String Array[]
keywordsarrayList of keywords that you want to search on Urban Dictionary[]
maxItemsnumberMaximum number of items that you want to receive as outputInfinity
customMapFunctionstringFunction that takes each of the output rows as argument and returns data that will be mapped, changed formatting, of the each rows. More information in Custom map function

πŸ†“ Demo Mode & Free Users

The users that are on Free Plan can use the actor only on Demo Mode. Please keep in mind that the users that are on Free Plan can retrieve a maximum of 10 items, and cannot use the actor via API. If you want to use this actor without any limitation, you have to subscribe to a paid plan on Apify. You can check this link to subscribe easily.

Compute Unit Consumption

The average consumption is 0.003 to 0.005 per 100 results. It is extremely fast and optimized for the public usage.

Output

Output is stored in a dataset. Each item is information about post related with a keyword.

{
"definition":"[An abbreviation] that stands for 'laugh out loud' to you, but 'lots of [love'] for [your mom].",
"url":"http://lol.urbanup.com/11482563",
"numberOfThumbsUp":5528,
"author":"dyhtgrew",
"word":"lol",
"id":11482563,
"createdAt":"2017-04-26T02:41:29.898Z",
"example":"Mom: [Grandma] just [died]. LOL\r\nSon: Mom [what the fuck]?",
"numberOfThumbsDown":714
}

Custom map function

You can use this function to change the output of each of the rows that you will get from this actor. This function gets each of the rows on the output as an argument so you can change the formatting, pick which attributes you want to get as the output. The output from this function will be converted into the format you will return. This function is not intended for filtering, please don't use it for filtering purposes or you will get banned automatically.

The return value of this function has to be an object!

You can return fields to achive 3 different things:

  • Add a new field - Return object with a field that is not in the default output
  • Change a field - Return an existing field with a new value
  • Remove a field - Return an existing field with a value undefined
(object)=>{
return{
author: object.author +" user",
id:`${object.id}`,
}
}

This example will change the output in the following way;

{
"author":"dyhtgrew user"
"id":"11482563"
}

Urban Dictionary Scraper Export

During the run, the actor stores results into a dataset. Each item is a separate item in the dataset.

You can manage the results in any language (Python, PHP, Node JS/NPM). See the FAQ or our API reference to learn more about getting results from this Urban Dictionary actor.

Contact

If you need any sort of support, please send an email to apidojo10@gmail.com. You name it, we get it.

🈴 Other Actors you might want to check

You might also like

Urban Dictionary

shahidirfan/Urban-Dictionary-API

Introducing the Urban Dictionary Scraper, a lightweight actor for efficiently scraping slang definitions, examples, and word trends. Fast and simple to configure. For best results and to avoid rate limits during high-volume scraping, the use of residential proxies is recommended.

7

5.0

Urban Dictionary Definitions Scraper

parseforge/urbandictionary-definitions-scraper

Scrape Urban Dictionary slang definitions: word, definition, example, author, thumbs up, thumbs down, date, defid, and permalink. Track new and trending internet slang, memes, and youth vocabulary. Export to JSON, CSV, or Excel for cultural research, NLP datasets, and trend monitoring.

Urban Industry Scraper

mshopik/urban-industry-scraper

Scrape Urban Industry and extract data on casual apparel from urbanindustry.co.uk. Our Urban Industry API lets you crawl product information and pricing. The saved data can be downloaded as HTML, JSON, CSV, Excel, and XML.

Cambridge Dictionary Scraper

alvaraaz/cambridge-dictionary-actor

Search words in the Cambridge Dictionary with this actor. Get definitions, examples, phonetics and CEFR levels.

πŸ‘ User avatar

Jose Fernando Álvarez Romero

4

Wiktionary Definitions Scraper

parseforge/wiktionary-definitions-scraper

Fetch dictionary definitions from Wiktionary in 9 source languages. Returns part of speech, definitions, examples, and cross-language meanings per word. Plain-text and HTML output for one-shot or bulk word lists.

Facebook User Search Scraper

lexis-solutions/facebook-user-search-scraper

The Facebook User Search Scraper can obtain public data of profiles given a profile URL or a name to search. You can use it as a Facebook user matcher, user finder, or user enricher to connect your apps.

πŸ‘ User avatar

Lexis Solutions

925

5.0

Oxford English Dictionary

pokeball/oxford-english-dictionary

Scrape words, definitions, part of speech, percentage_popularity from the Oxford English Dictionary

Related articles

Python dictionaries: a comprehensive guide for devs
Read more
5 powerful scrapers to add to your SEO tool kit
Read more
Pros and cons of web scraping
Read more