I am exploring social media scraping. I am testing out FB marketplace vehicle scraping in python. I was able to pull the title, price, and locations of the listings, but I cannot pull the odometer and transmission.
This is the listing: /?ref=category_feed&referral_code=undefined&referral_story_type=listing&tracking=%7B%22qid%22%3A%22-391996167415637622%22%2C%22mf_story_key%22%3A%229489291457781511%22%2C%22commerce_rank_obj%22%3A%22%7B%5C%22target_id%5C%22%3A9489291457781511%2C%5C%22target_type%5C%22%3A0%2C%5C%22primary_position%5C%22%3A0%2C%5C%22ranking_signature%5C%22%3A8799569738181950977%2C%5C%22commerce_channel%5C%22%3A504%2C%5C%22value%5C%22%3A0.00018485125627873%2C%5C%22candidate_retrieval_source_map%5C%22%3A%7B%5C%229489291457781511%5C%22%3A111%7D%7D%22%7D
I have inspected the html code several times and cannot seem to capture the correct div class or span class for odometer and transmission. Here is my current code:
'''
#