legacy phantomjs is not loading page as expected

Hey I am using legacy phantomjs actor to get links of events from https://www.meetup.com/find/?source=EVENTS&location=us--ny--New%20York&eventType=inPerson when I do console.log(document.querySelectorAll('a[data-event-label="Event card"]')) in normal browser it gives -> 21 links But in phantomjs it returns 0 links. URL mentioned above is start URL. after crawling page there no URL in queue. can anyone help me to solve this issue?
Meetup
Find Events & Groups | Meetup
Find Meetup events and groups so you can do more of what matters to you and meet people near you who share your interests.
1 Reply
constant-blue
constant-blue3y ago
This actor does not work on so many websites that I really recommend to upgrade to Web Scraper

Did you find this page helpful?