SoundCloud Scraper

פרמיום
על ידי DataFanatic | מְעוּדכָּן hace un mes | Music
פּוֹפּוּלָרִיוּת

9.8 / 10

חֶבִיוֹן

716ms

רמת שירות

100%

Health Check

100%

חזרה לכל הדיונים

Can I search to get user based in eg. London

Rapid account: Maciejgroszyk 8
maciejgroszyk8
6 months ago

Is there a way to get eg. 1000 users based in specific city/country?

Rapid account: Data Fanatic
DataFanatic Commented 6 months ago

Hello.

You can use the “Search for Users” endpoint and specify a location to constrain the results.

In your case, you should send a GET request like the following:

https://soundcloud-scraper.p.rapidapi.com/v1/search/users?term=example&place=london

In most cases, you can simply specify the English name of the city. If you don’t know the exact string value of the parameter place, you should use the endpoint above to search for users related to the city you want to query without specifying the location:

https://soundcloud-scraper.p.rapidapi.com/v1/search/users?term=london

That way, you can also get a list of locations related to the search term:

{
	"status": true,
	"totalCount": 688452,
	"users": {
		"nextOffset": 20,
		"items": []
	},
	"placeStats": [
		{
			"value": "east london",
			"count": 4802
		},
		{
			"value": "london ",
			"count": 12168
		},
		{
			"value": "london",
			"count": 555641
		},
		{
			"value": "east london ",
			"count": 1081
		},
		{
			"value": "west london",
			"count": 810
		},
		{
			"value": "new london",
			"count": 1271
		},
		{
			"value": "north london",
			"count": 703
		},
		{
			"value": "south london",
			"count": 1719
		},
		{
			"value": "london, uk",
			"count": 1092
		}
	]
}

הצטרף לדיון - הוסף תגובה למטה:

התחבר / הירשם כדי לפרסם תגובות חדשות