How would I program beautiful soup to scrape all questions a specific user has replied to?
Input:
URL of Author
example: https://www.quora.com/profile/AUTHOR/answers)
Output:
Column 1: Question the author has answered
example: "Lorem Ipsum Question"
Column 2: URL of the answered question
example: https://www.quora.com/lorem-ipsum-question
Column 3: URL of the answered question
example: https://www.quora.com/lorem-ipsum-question
This script will print all answers/url found on the page. There's also infinite scrolling that's making POST requests to
https://www.quora.com/graphql/gql_para_POST?q=UserProfileAnswersMostRecent_RecentAnswers_Query
but I couldn't manage to get the data from it (you can see it in Developer tools -> network tab):Prints: