Jpizzo
Fellow UBotter-
Content Count
27 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout Jpizzo
-
Rank
Member
Profile Information
-
Gender
Not Telling
System Specs
-
OS
Windows 7
-
Total Memory
8Gb
-
Framework
v4.0
-
License
Professional Edition
Recent Profile Visitors
2708 profile views
-
Guys, I am having trouble setting a 4 number variable and having it increment. Ex: 0000, 0001, 0002, etc. All it is doing is going from 0000 to 1, 2, 3, etc. Do you have any tips?
-
Guys, I am having trouble setting a variable with four numbers, ex: 0000, and having it increment 0001, 0002, 0003, etc. Any tips? Sorry I posted this in the wrong spot
-
Thats just it, I don't have anything to sample for you guys. I am trying to simply take some html and then use variables inside of it to place the demographic info into it. I am looking for basically a type text tool then a save the text typed function. I like the idea of putting it into a table or list.
-
This has two parts. I have a list of zip codes I need to put into html files then later I'll put them on the web. Why does my list get chopped up? I'll provide a side by side example. Yes before you ask, I save as comma delimited. I am going to upload a screenshot so you can see. Second - I want to use those zip codes and cities to plug into an html file I am going to create. What I have is a lot of cities to plug and it would take forever. No I don't want to use a database since my boss wants the files individually done. I dont see anything on ubot that can take that variable data and ty
-
:( I Suck At Scraping Data Tried Everything I Know
Jpizzo replied to Jpizzo's topic in General Discussion
Much Appreciated it worked thanks -
http://posting.albany.backpage.com/online/classifieds/PostAdPPI.html/alb/albany.backpage.com/?u=alb&serverName=albany.backpage.com&category=5416§ion=4374 Guys when I make a script to navigate to each of the pages I have which is over 400 of them, I want to post to each biz op page for an actual job that I am offering for sales reps. Anyway I go to the page that you see above and now have to scrape each one and pick them each in a new navigation. Blah blah I can't scrape the href's and it's got me going crazy here is the code: loop($list total(%urls)) { navigate($list it
-
Jpizzo started following Scraping pages but can't get the last page, :( I Suck At Scraping Data Tried Everything I Know, Help Again - Filtering With Lists and 1 other
-
I have a list with 11300 different cities and I have another list of URL's with 485. I want to trim down my list of 485 urls because they have the city included in the url itself. How can i make a list compare against the other list and eliminate all of the unwanted urls? I havent even started working on this but wanted more of some ideas on next step.
-
***help*** It's Been A While Since I've Used Ubot, I Need Help.
Jpizzo replied to Jpizzo's topic in General Discussion
guys that worked.. Zap your script was what put it over the top and now I just need to take the time to learn what it is actually doing. Thanks.... If you did a youtube video on it explaining the stuff that would be awesome but if not then thank you. Itsexspert yours worked too but just a lot of text in that first deal but thank you as well.- 5 replies
-
- help
- creatingascript
-
(and 1 more)
Tagged with:
-
***help*** It's Been A While Since I've Used Ubot, I Need Help.
Jpizzo replied to Jpizzo's topic in General Discussion
Guys, It's been a while ( a few years ) since I have used UBOT. I am trying to use it to jump on backpage.com and scraping the United States only hrefs. I am "navigating" "adding list to list with scrape element and the element I'm using is class="united-states geoBlock"" I am trying to grab all the hrefs with-in that block but it grabs nothing. I can grab all the hrefs off the page but that does me no good. Any ideas on what I'm doing wrong? I am adding a screenshot to give you an idea..... Please Help me get back up to speed.......- 5 replies
-
- help
- creatingascript
-
(and 1 more)
Tagged with:
-
Guys, It's been a while ( a few years ) since I have used UBOT. I am trying to use it to jump on backpage.com and scraping the United States only hrefs. I am "navigating" "adding list to list with scrape element and the element I'm using is class="united-states geoBlock"" I am trying to grab all the hrefs with-in that block but it grabs nothing. I can grab all the hrefs off the page but that does me no good. Any ideas on what I'm doing wrong? I am adding a screenshot to give you an idea..... Please Help me get back up to speed.......
- 5 replies
-
- help
- creatingascript
-
(and 1 more)
Tagged with:
-
Hey all again. I scrape a yellowpages web site gathering addresses and phone numbers but the bit won't scrape the last page because I run the add list to list command inside of a loop while statement and the loop while looks for the next tag. When it gets to the last page it fails to scrape it. I somehow remember a trick was said about how it could be scraped but I can't find it
-
I will provide a sample this evening but Im trying to get my computer back up after the new update...
-
Ok this time I am trying to add list data by scraping it from yellowpages.com. I do all the usual stuff to navigate and search my terms then I scrape the data and here is where the problem comes. I run the add list to table as column inside of a loop I set my row and set my column both to 0 then scrape the data finally navigate to the next page. The scraped data gets written over because I'm guessing the row goes back to 0. How do I fix this and if on page 1 it scrapes 20 addresses and phone numbers then page 2 it will continue to the list and not rewrite my first 20 rows? Thanks I love y