We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There's a possible way to scrap players faster without Playwright, that could be implemented as a Directus extension and remove the cron Codebase
const headers = { "Accept-Encoding":"gzip, deflate, br", "Connection":"keep-alive", "User-Agent":"Futbin\/6.2.4 (iPhone; iOS 17.4.1; Scale\/3.00)", "Host":"cdn.futbin.com", "Accept":"image\/*,*\/*;q=0.8", "Accept-Language":"en-US,en;q=0.9" }
Player full Info: https://www.futbin.org/futbin/api/24/fetchPlayerInformationM?ids=85&platform=PS Player Image: https://cdn.futbin.com/content/fifa24/img/players/164240.png (Store futbin Player_ID for image ) Player Prices: https://www.futbin.org/futbin/api/24/getPlayersPrice?platform=PS&player_ids=85 https://www.futbin.org/futbin/api/24/getPlayersPrice?platform=PS&player_ids=85
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There's a possible way to scrap players faster without Playwright, that could be implemented as a Directus extension and remove the cron Codebase
Player full Info: https://www.futbin.org/futbin/api/24/fetchPlayerInformationM?ids=85&platform=PS
Player Image: https://cdn.futbin.com/content/fifa24/img/players/164240.png (Store futbin Player_ID for image )
Player Prices: https://www.futbin.org/futbin/api/24/getPlayersPrice?platform=PS&player_ids=85
https://www.futbin.org/futbin/api/24/getPlayersPrice?platform=PS&player_ids=85
The text was updated successfully, but these errors were encountered: