I need fiverr service delivery times but I could get just first package's(Basic) delivery time. How can I get second and third package's delivery time? Is there any chance I can get it without using Selenium?
import requests
from bs4 import BeautifulSoup
response = requests.get("https://www.fiverr.com/volkeins/provide-10x-dofollow-backlinks-from-amazon-da96-permanent")
# BEAUTIFULSOUP
soup = BeautifulSoup(response.text, 'lxml')
print(soup.find_all("b", class_ = "delivery"))