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:

  1. check ajax calls triggered in console , try fetch these urls instead using correct method , data.
  2. 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

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -