Genius Users Search Scraper 🎵 avatar

Genius Users Search Scraper 🎵

Under maintenance
Try for free

2 hours trial then $19.99/month - No credit card required now

Go to Store
This Actor is under maintenance.

This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?

See alternative Actors
Genius Users Search Scraper 🎵

Genius Users Search Scraper 🎵

easyapi/genius-users-search-scraper
Try for free

2 hours trial then $19.99/month - No credit card required now

Scrape user search results from Genius.com. Get detailed user information based on your search keywords. Perfect for music industry research, fan analysis, and user behavior studies.

🎯 Features

  • Search and scrape user profiles from Genius.com
  • Support multiple search keywords
  • Customizable number of results per search
  • Built-in anti-detection mechanisms
  • Random delays and human-like scrolling behavior
  • Efficient data collection with request interception

📊 Use Cases

  • Music industry research and analysis
  • Fan base demographics study
  • Content creator discovery
  • Influencer marketing research
  • Music community analysis

💡 Input Parameters

The actor accepts the following input parameters:

FieldTypeDescription
keywordsArrayList of search keywords to find users
maxItemsNumberMaximum number of results to collect per keyword

📦 Output

The actor outputs detailed user information for each search result, including:

  • User profile details
  • Social media statistics
  • Engagement metrics
  • Content contributions
  • Profile verification status

Input Example

A full explanation of an input example in JSON.

1{
2    "keywords": ["rain"],
3    "maxItems": 30
4}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2	{
3		"_type": "user",
4		"about_me_summary": "Editored by Notero on October 24, 2013.\n12,345 IQ on November 5, 2014.",
5		"api_path": "/users/4533",
6		"avatar": {
7			"tiny": {
8				"url": "https://s3.amazonaws.com/rapgenius/avatars/tiny/4533_final-twitter.jpg",
9				"bounding_box": {
10					"width": 16,
11					"height": 16
12				}
13			},
14			"thumb": {
15				"url": "https://s3.amazonaws.com/rapgenius/avatars/thumb/1358288161_4533_final-twitter.jpg",
16				"bounding_box": {
17					"width": 32,
18					"height": 32
19				}
20			},
21			"small": {
22				"url": "https://s3.amazonaws.com/rapgenius/avatars/small/1358288162_4533_final-twitter.jpg",
23				"bounding_box": {
24					"width": 100,
25					"height": 100
26				}
27			},
28			"medium": {
29				"url": "https://s3.amazonaws.com/rapgenius/avatars/medium/1358288161_4533_final-twitter.jpg",
30				"bounding_box": {
31					"width": 300,
32					"height": 400
33				}
34			}
35		},
36		"header_image_url": "https://s3.amazonaws.com/rapgenius/avatars/medium/1358288161_4533_final-twitter.jpg",
37		"human_readable_role_for_display": "Contributor",
38		"id": 4533,
39		"iq": 27099,
40		"is_meme_verified": false,
41		"is_verified": false,
42		"login": "rainisfree",
43		"name": "rainisfree",
44		"role_for_display": "contributor",
45		"url": "https://genius.com/rainisfree",
46		"current_user_metadata": {
47			"permissions": [],
48			"excluded_permissions": [
49				"follow"
50			],
51			"interactions": {
52				"following": false
53			}
54		}
55	},
56    ...
57]
Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 0 No stars yet

  • 96% runs succeeded

  • Created in Dec 2024

  • Modified a month ago