FetchSiteInfo
This API is used to scrap a website. Fetch all the links, images & titles present in any website. Note:- pass the parameter without http or https Pass the website you want to scrap as an parameter (without http) to the api example :- API/www.wikipedia.org if URL has sub pages ex:- "www.gsmarena.com/news.php3, then replace '/' with $ symbol and pass the parameter. example:-…
FetchSiteInfo endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
getSiteTitles /getSiteTitles/{website} |
If the website has titles (example, news titles present in a website). This API fetches all the titles present in any website. the output will be array of titles. |
| GET |
getSiteImages /getSiteImages/{website} |
This will fetch all the images present in any website as Array of links for images |
| GET |
getSitelinks /getSitelinks/{website} |
This will fetch all the links present in any website as Array of links |
FetchSiteInfo pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $1 / month | — |
|
| ULTRA | $2 / month | — |
|
| MEGA | $5 / month | — |
|