Jump to content
UBot Underground

cob007

Members
  • Content Count

    352
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by cob007

  1. Yes but for that i will have to load html in exbrowser right to parse them seperately later if i use parser? Without loading html in browser can I still parse data directly with document text?
  2. yes bro that i tried also and it worked previously but now i want to seperate the headline text and description, separate them so that ppl understand that one is headline and other is description and using this gives the headline separately (xpath(//h3[@class=ad_esltitle]) But now i want the description to be seperate
  3. wht im looking for was this; the text below headlines Plans Starting @ $9/monthPlans designed for beginners orexperts starting at only $9/month. Enterprise SolutionShopify Plus - Enterprise Ecommercesolution for high volume business.
  4. tried it but its scraping irrelevant stuff,
  5. try doing a search like this shopify after choosing USA in bing acocunt, in case u don't see any results of extended for dropshipping, xpath(//h3[@class=ad_esltitle]) gives the headline results scraped nicely and the other code of xpath (//h3[@class=ad_esltitle]/..) (gives both headline and description clubbed together). Now I want to remove those headline texts that are clubbed with description and keep descriptions separate
  6. u may have to keep refreshing bing till u see extended extensions like the one i showed you, not all advertisements have extended sitelink extensions and then if u use the xpath((//h3[@class=ad_esltitle] the headlines get scraped
  7. u don't need VPN, go to bing ads account(https://www.bing.com/account/), and change country to USA and do a search "dropshipping" it will show USA results using xpath and exbrowser gives the headline results as like this;using command (//h3[@class=ad_esltitle] But the description is enclosed within a div Meanwhile i will try what u gave
  8. And u can see in the screenshot now the headline and description are different. The only way i think wud be to move the description data to 2 new list items, get rid of the text using replace and move them one after another again inside a new variable?
  9. Thanks but in this case we know what the text is, but each time it won't be possible to know that the text will be (187 Niches To Sell Online). So if it is 197 niches to sell online then what to do?
  10. and i want to remove those headlines(187 niches to sell online) from description without going to a new line Sorry i didn't make it clear earlier, I meant i can't use new list item or line because these data is part of one single scraped AD, so it has to stay inside one list item
  11. there is no comma between 187 niches to sell online for free and description below it The text was scraped from bing ads using xpath and xbrowser expression; //h3[@class="ad_esltitle"]/..
  12. add list to list(%list1,$list from text("187 Niches To Sell OnlineFREE List of eCommerce Niches187 Proven Products That SELL Drop Shipping TrainingGet 10 Days of FREE TrainingFrom eCommerce Expert Anton Kraly ",","),"Delete","Global") add list to list(%list,$list from text("187 Niches To Sell Online Drop Shipping Training",","),"Delete","Global") set(#vars,$replace($list item(%list1,0),$list item(%list,0),$nothing),"Global")
  13. I am trying to remove text as below and don't want the list item to go to new line. If however i try to remove the text "187 niches to sell online" and "drop shipping training" and add it to variable, they dont get removed. code.txt
  14. Hello, If a customer is viewing data in excel as attached image, does it mean he is trying to open .txt file in excel as he is unable to view data properly?
  15. Anyways im looking at the window management video and i was able to solve issue
  16. Hello, I am scraping some content from bing for which after scraping first page i am loading html in exbrowser window for scraping purpose and because of this for scraping the second page of bing results i need to start exbrowser again and then navigate back to bing page. i did try 2 workarounds for this....starting new browser window in which the html got loaded but then i faced 2 issues: 1. It became very slow for some reason when i load a new browser tab and try to load html in browser and do the scraping of html. 2. Plus I couldn't know how to switch back from the new browser to th
  17. Hi sanjeev, thanks a lot for ur reply, this worked , thanks for ur solution. Does the same thing apply for regular ubot browser as well, although i didnt use wait for element, but i did use regular wait and sometimes it will not type in textbox and sometimes not click: navigate("https://www.bing.com/maps?FORM=Z9LH3","Wait") type text(<id="maps_sb">,"rr","Standard") click(<title="Search">,"Left Click","No")
  18. cob007

    does affcheap tools include stm forum?
  19. I tried several times but somehow can't get the correct xpath to work fo navigating and entering variables using xpath xbrowser in bing maps set(#Niche,"Plumber","Global") set(#Country,"New York","Global") plugin command("ExBrowser.dll", "ExBrowser Launcher", "Chrome", "", $plugin function("ExBrowser.dll", "$ExBrowser Set User Agent", "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36")) plugin command("ExBrowser.dll", "ExBrowser Navigate", "https://www.bing.com/maps?FORM=Z9LH3") plugin command("ExBrowser.dll", "ExBrowser Type
  20. thanks nick, we nee to be logged in first to instagram for this to work right?
  21. If my developer wants to access the API to integrate with shopping cart, where is that option inside the licensing system when I login to it? Ok answering my own questions= each project has its own API key, just saw it now
  22. Hello, In some computers of my clients the phantom js and exbrowser or the mysql returns no results, I am having a bot that uses both of these i.e data scraped from phantom js of exbrowser is saved in a sqlite and displayed in datagrid inside ubot. What I am not able to understand is in some computers of mine and my client it works while in others it does not scrape any data Even I myself tried in amazon vps , in that it did not return any scraped data. So what could be the conflict?? The phantom js is not blocked but allowed to run in the inbound rules of firewalll.
  23. Even though i used installer and meters locker, i tstill needs to download support files from some of my customers system!
  24. Is there any better licensing systems out there other than macters licensing system as im facing issue, many customers have to download support fliles plus many a ties they see this invalid license message(allowed activation exceeded) and they get locked out and they hve to be told to right-click software and run as an admin etc and also for many system crashes whole trying to start
×
×
  • Create New...