Skip to content
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

CompanyName value is coming is NA #7

Open
Productmindset36 opened this issue Apr 18, 2023 · 1 comment
Open

CompanyName value is coming is NA #7

Productmindset36 opened this issue Apr 18, 2023 · 1 comment

Comments

@Productmindset36
Copy link

Hi Kelvin,

Great code really valuable.

seems like there is an issue, companyname value is getting scared as NA.

CleanShot 2023-04-18 at 23 52 19@2x

@fjrsales
Copy link

fjrsales commented Jun 24, 2023

Dear @Productmindset36 ,
It happened to me too... I inspected the element and I mean they have changed the tag name.
I mean the correct tag name is:

companyName = listing_bannerGroup.find("div", class_="d-flex").getText().replace(company_starRating,'')

# The original tag name at line 34 of listing.py
# companyName = listing_bannerGroup.find("div", class_="css-16nw49e e11nt52q1").getText().replace(company_starRating,'')

Reference: line 34 at listing.py file.

It is working partially, i.e., it worked in some cases but not in all cases. I am still looking for a solution.
Best,
FS

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants