Welcome, Guest. Please Login.
IRobotSoft Robot
06/01/23 at 22:23:42
News: Welcome to the IRoboSoft Visual Web Scraping and Web Automation forum.
Home Help Search Login
Google
 


1  General Category / Newcomers / Re: website data not visible for scrapping
 on: 09/13/20 at 15:33:53 
Started by SB | Post by IRobotSoft Administrator
Unfortunately, IE browser is not able to show the web page correctly.  To scrape the content, you can use Chrome inspector to see which URL is used to fetch the content.  For example, the content is at: https://www.nseindia.com/api/corporates-financial-results?index=equities&period=Quarterly .  Then add the following command to save the content to a file.  
 
SaveUrlFile('https://www.nseindia.com/api/corporates-financial-results?index=equities&period=Quarterly', 'test.json')
 
It will save the content to the 'test.json'.  Then you can try to process the json data file.
 
 
Reply Quote Notify of replies  

2  General Category / Newcomers / website data not visible for scrapping
 on: 07/24/20 at 06:31:42 
Started by SB | Post by SB
Hi,
I have been using iRobot to scrap data from a website.  
however they have revamped the website.
in the new website data is not showing up in the scrapped page.
I have tried with the latest iRobot available on your website.
still it does not work.
sample webpage url not working is https://www.nse-india.com/companies-listing/corporate-filings-financial-results
also attaching sample iRobot file calling this website page.
on standalone browser a table is displayed below 'download' link after a line.
however this table is not available/visible when this page is viewed in iRobot script file including table header.
please let me know what needs to be done to get the table data in iRobot script.
note: also in the new version I observe error in a file named LoadLibraries.log as "loading DLL ...D:\DEV_FI~1\iRobot\new_irobot\system/https.dll FAILED! error code=193"
         but the file https.dll do exist in the folder mentioned in the error log. only issue I see is slash is forward for last one whereas for all others it is backward
thanks for your help
regards
Babu
Reply Quote Notify of replies  

3  General Category / IRobot Applications / Re: iRobot crashes
 on: 07/05/19 at 20:41:51 
Started by syntax007 | Post by IRobotSoft Administrator
Hi, sorry not noticing the post.  You can logout and login again to run irobot once it crashed.  This is a limit of the free version.   If you have the website, I can take a look to see if there is a fix.  
 
 
Reply Quote Notify of replies  

4  General Category / IRobot Applications / iRobot crashes
 on: 05/22/19 at 03:37:34 
Started by syntax007 | Post by syntax007
my irobot crashes as soon as it launches. Then when i open up it says "Another instance running, purchase to run multiple instance" but cant find it in task manager as it has already been killed. I have an old irobot which runs properly but doesnt have option to switch ie version. I even tried to copy this latest version to another pc and it crashes there too.   . I need to run irobot on ie10 or higher for website i want to scrape. Plz help
Reply Quote Notify of replies  

5  General Category / Newcomers / Re: No function "A Click" from this url...why?
 on: 06/08/18 at 21:32:22 
Started by emiliojestrada | Post by IRobotSoft Administrator
You can mark the text under the Formulario Búsqueda  to get the link.  Or you can add a Click and change the Query in its property to:  
<form>1.<div (ID='contenido')>1.<a>1
Reply Quote Notify of replies  

6  General Category / Newcomers / No function "A Click" from this url...why?
 on: 06/07/18 at 08:08:59 
Started by emiliojestrada | Post by emiliojestrada
Hi
And first of all, thanks for your help...
 
In this web i can t make "a click function" (Link: Formulario Búsqueda)  get into the next page of the process...
 
https://contrataciondelestado.es/wps/portal/licitaciones
 
why?
Reply Quote Notify of replies  

7  General Category / IRobot Applications / I am new to irobot- someone interested to freelans
 on: 05/09/18 at 15:12:10 
Started by wahab | Post by wahab
Hi i am looking for a ready-made robot to scrape from list of pages. since i am not a tech guy and it is difficult for me to understand all this. Please help.
 
Regards,
wahab
Reply Quote Notify of replies  

8  General Category / IRobot Applications / Re: project only showing up in program browser
 on: 12/26/17 at 10:00:01 
Started by 20GT | Post by IRobotSoft Administrator
It seems your web pages are almost identical to the demo pubmed.irb.  
 
After going to the URL, you need to add a List of Links action to open each link.  On the page:  
1) Right-click the link but do not select any option from the popup menu
2) Click on the ‘A List of Links’ radio button in the designer window;
3) Click the [Add to Task] button.
 
Note that after adding the action, you need to manually change the TITLE clause so it can go to all links.  
 
You Extract Data action should follow the List of Links action.  
Reply Quote Notify of replies  

9  General Category / IRobot Applications / Re: project only showing up in program browser
 on: 12/25/17 at 19:16:32 
Started by 20GT | Post by 20GT
I apologise but this is going nowhere is there a video that shows how to get table data?
how do I get it in there??? I click add to task and it put test.irb in at the bottom  
 
I don't think you understand..... the first page just contains the links to the other pages where the info is located. I don't think they are in a table on that page but its not getting to that page its going to about:blank as seen
 

Reply Quote Notify of replies  

10  General Category / IRobot Applications / Re: project only showing up in program browser
 on: 12/24/17 at 10:17:06 
Started by 20GT | Post by IRobotSoft Administrator
Actually you should add Take Table action.  It will extract all rows at once.
 
For the program, you can find it running in the task bar area.
 
Reply Quote Notify of replies