How to extract data from a single web page where data is at middle or bottom of the page

I am trying to extract the particular data from (https://www.nasdaq.com/market-activity/stocks/aapl) this page. If I am using data extraction and table extraction then I am getting only one row. If I am using get text activity then I am getting selectors not found. I have to extract like PE Ratio and Today’s High/Low from


. Anyone please help me.

Hi @Ankit_Tyagi1

Welcome to Community!!

Use Mouse Scroll activity

image

@Ankit_Tyagi1

First try using a hover activity and then use a get text activity or table extraction

Hover activity to hover over pe or todays high volume

Cheers

@Ankit_Tyagi1

Use mouse Scroll down activity

indicate the any element upto which you want the page to scroll

Later use 2 Getext activity to fetch PE Ratio And Today’s High/low from

Hope this helps

@lrtetala @Shiva_Nikhil
Thank you for your suggestions but I am not using modern activities. I am using classic activities.

Hey ! @Ankit_Tyagi1 while using get Text activity just click on the marked image,then u select your required text
hover

@Anil_G I tried using the hover activity but getting the same selectors issue when I manually scroll down the page then selectors work.

@Ankit_Tyagi1

use the below selector its working

@Shiva_Nikhil I tried to use same selectors as you suggest but getting the same selectors not found issue


see I am using same selectors
image

@Ankit_Tyagi1

can you try this

@Shiva_Nikhil Thank You for your help it woks by using Send hotkeys but I have to use 2 times send hotkeys activity please suggest how it can be done only using one send hotkeys activity.

@Ankit_Tyagi1

can you indicate the element of send hotkey activity like test data in the page

cheers

@Shiva_Nikhil I tried the same indicate the test data but this activity I think scroll down for only specific length in one time weather you select any element at the bottom of the page.

@Ankit_Tyagi1

I think so because of the page also it will differ so better to use two hockey activities

I will get you back if another simple way i will share you

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.