I have a list of URLs that I need to scrape and search for the relevant keywords. Once that is found, extract the links for the relevant articles. Now I want to display the results in a table on the website. I know web scraping using python(BeautifulSoup) and I have written a code in python for this on googlecolab. I don’t know how to get my job done on Wix.
Please help me with some explanation and the code.
Thanks in advance.
Hi,
If Google Collab has the ability to expose the API for your web scraper, you can use the Fetch API with Corvid to call the data that you would like to display/manipulate on your site. For information on Accessing third party services using the Fetch API on Wix, click here.
Click here for more information about the wix-fetch API on the Corvid Reference.
You can then display them in a table or repeater after you retrieve the information on your site.
Best regard,
Edward | Corvid Team