Support > Forums > OpenBots Studio > Data Scrapping with openbots

Data Scrapping with openbots

Nived N

  • Reporter
  • Calender Icon December 18,2020 at 6:32 PM

Hi all i am trying to do a datascrapping of a website details (amazon) using openbots. i am confused how to do that? can experts help on it?

This forum has 314 topics, 681 replies, and was last updated 13 days ago by Support Agent

Rajeena Mashnampat

  • Participant
  • Calender Icon March 18,2022 at 11:53 AM

POOMAL001

Thanks, got the result :)

Poornima Malviya

  • Participant
  • Calender Icon March 17,2022 at 2:13 PM

Hi RAJMAS001,

Thankyou for sharing your query.

You can use the loop command to loop number of times and pass the value 10. Inside the loop to get the first 10 items, you can use Get Text command and make the dynamic selectors which would include variables and wildcards in the xpath to extract elements dynamically.

Sample Dynamic selector for Xpath - "/html/body/div[5]/div[5]/div[2]/div/div[2]/ul/li["+var+"]/div/div[2]/div[3]"

Rajeena Mashnampat

  • Participant
  • Calender Icon March 17,2022 at 12:02 PM

Hi

How do we extract the first 10 items details from an amazon or ebay search?

Thanks

Nataly Alvarado...

  • Participant
  • Calender Icon December 22,2020 at 4:08 PM

Hi Nived, In order to extract data from a website you can use two different methods

  1. Web Element Recorder - it will record the actions you perform on a website and generate a sequence of commands. Then, you can modify/add commands as needed. You can find demo videos on the OpenBots youtube channel: OpenBots ai - YouTube
  2. Web Browser Commands - use the Element Action commands to perform actions such as: Get Text, Get Table, Get Attributes and more. Please, find documentation on web browser commands on the following link: https://openbots.ai/product/openbots-studio/how-to-guide-for-openbots-studio/

Hope this helps!

You are not authorized to reply, please click here to login and add your reply to this topic.