php - how to parse data of website with constant URL -
i want parse data of website this: (website dictionary - search website)
when search on website, website not refresh, result shown, , url not change.
now want know possible using this or curl or else parsing website ?
there 2 options:
- check ajax calls triggered in console , try fetch these urls instead using correct method , data.
- disable javascript , see if still works. if does, see need get.
however, if site not want data, can prevent , / or block if make many requests.
Comments
Post a Comment