Recent content by MassASAP

  1. M

    Millions of Txt lines for Excel not working. Solution for SQL DB convertor?

    Hello Squad. Been becoming a money maker for me BUT i ran into an issue. Little over 1 million lines can be put into excel (Rows) I am trying to convert .txt to .sql for program SQLPRO MSSQL. Any advice on converting so i can import sql into SQLPRO Mac OS program? @loopline ?
  2. M

    How do I scrape Tweets with scrapebox?

    I appreciate the replay. Can you elaborate webpage sources?
  3. M

    How do I scrape Tweets with scrapebox?

    @loopline. Can you dm me. I really would like to learn from you. You have inspired me in this world Brian
  4. M

    is scrape box worth it 2020?

    Are you family with regex. Can you point me in the direction of complicated areas. I know basic. I need to get 3-6 lines of info per url
  5. M

    Regular expression explanation

    Hello all, i have been practicing with basic regex (name, number, email) How do i do more advanced regex for more data? ([A-Z])\w+(Name) ([1-9])\w+ (Phone) ([1-9,A-Z])\w+ (Address) Source is smallbusinessdb.com I am also looking for regex for soundcloud to pull websites and country location...
  6. M

    Spotify email grabber advanced search

    I have mastered soundcloud. Now its time to grab emails from spotify. Does anyone know of what advanced searches or regex to use to pull any visible email. looking for small time artists not hot shots
  7. M

    Multiple Regex to capture more then one variable (Srapebox)

    Thank you much for the response Ryan. So if i make a customer grabber. I can enter 4 separate regex to look for rather than string. For instance the phone number grabber has 3 formats. I can enter a new grabber like 1 2 3 and title them and itll create separate spaces ( | ) for each one?
  8. M

    Multiple Regex to capture more then one variable (Srapebox)

    HEllo community. I have been perfecting scrapebox for many needs. However i am working with smallbusinessdb.com. As a result i need to grab multiple variables from each page. Should i try to string one large regex together? Or can i enter them one by one and run scrapebox? @loopline youve...
Back
Top