Spotify Scraper

FREEMIUM
От DataFanatic | Обновлено il y a 23 jours | Music
Популярность

9.9 / 10

Задержка

637ms

Уровень обслуживания

100%

Health Check

100%

Назад ко всем обсуждениям

null resposnse

Rapid account: Ayushthakur 00
ayushthakur00
il y a un mois

when trying to hit the search API, I’m logging the response in logcat however it’s not coming out as expected:
Data fetched from repo = globalSearch(spotifyTrack=null, status=true, youtubeVideo=null)

why’s the spotifyTrack and youtubeVideo’s response coming as null.
Please help

Rapid account: Data Fanatic
DataFanatic Commented il y a un mois

The main goal of designing the endpoint /track/download is to make downloading audio possible and easy, and we don’t want to make it more complicated.

In fact, this endpoint utilizes the scraping capability of another API YouTube Media Downloader. In case you want more flexibility, you can use both APIs to implement more complex features that fit your needs.

Rapid account: Ayushthakur 00
ayushthakur00 Commented il y a un mois

i have one more doubt though, i want to implement a search functionality wherein say if I enter an artist name I get multiple responses for that artist or song or movie, all the responses which are related, something which was possible using the search API, however this /track/download endpoint is only responding with 1 response.

Rapid account: Ayushthakur 00
ayushthakur00 Commented il y a un mois

it worked, thank you so much!!!

Rapid account: Data Fanatic
DataFanatic Commented il y a un mois

Hello. Thank you for choosing us.

It seems you were mistakenly requesting the endpoint /search instead of /track/download. You can not get the above fields from the endpoint /search.

Присоединяйтесь к обсуждению – добавьте комментарий ниже:

Войдите / Зарегистрируйтесь, чтобы публиковать новые комментарии