-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
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
Where is the GraphQL API found? #12
Comments
Hey there! I'm glad you appreciate the project, even though it's not my proudest I made to to learn javascript and Next.js. Regarding your question on discovering the GraphQL API and the requestData object, it all comes down to testing and exploring using the developer tools. Here's the breakdown of the process:
In summary, continuous testing and exploration in the network tab or script elements are key. Sometimes, data is directly inserted into the script elements without a separate fetch. Thank you for your kind words about the project! If you have further questions, feel free to ask. |
Thank you for your patience! |
Hi, I am learning webscraping and just found this awesome project! The code is quite clear and organized and I learnt a lot from it.
Can you share how you discovered the GraphQL API (e.g. the complicated
requestData
object)?Thanks again for your great opensource work.
The text was updated successfully, but these errors were encountered: