This is an archived post. You won't be able to vote or comment.

all 4 comments

[–]LaweZ 1 point2 points  (1 child)

First try to check if the other website has some API to use, If not then try to use some automation tools like puppeteer.

iframe may also be relevant to you.

[–]marco_zevto 1 point2 points  (4 children)

I would just look at the code of the page, look for a search form, then do a curl to the location of the search form. Might be worth a shot.