What is the current behavior? And why it does suit you?
Right now, all the information scrapped from the user is retrieved from the search page, and the item details page so we miss some information. For example, I cannot know all the items that a user has in stock.
Describe the solution you'd like
Add two new functions get_user and get_raw_user that return the data scraped from the user profile
What is the current behavior? And why it does suit you?
Right now, all the information scrapped from the user is retrieved from the search page, and the item details page so we miss some information. For example, I cannot know all the items that a user has in stock.
Describe the solution you'd like
Add two new functions
get_user
andget_raw_user
that return the data scraped from the user profile