How to get an item from IMDB page?

Hello guys. I want to get “Country of origin” part from this page for instance: Stolen Kisses (1968) - IMDb . But selector doesn’t recognize it when I write “*” for country to be able to get country. Do you guys have any suggestion for that?
image
image
I will check different movies so France part will change all the time.

1 Like

Try with get text activity and use Regex search in selector

Check this out for more ideas as many discussions happened earlier on same note

Hope this helps

Cheers @AnnaDewitt

in general we can modify the selector to:

<webctrl aria-role='button' parentid='__next' tag='A' href='/search/title/?country_of_origin*' />

But keep in mind for the multi country cases:
grafik

Therefore we would recommend to setup a logic which can handle 1…n countries e.g. with table scrapping

grafik

(Sample was done for Django)

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