Tiktok Php Versions Save

TikTok scraper in PHP

v1.9.5

3 years ago

v1.9.4

3 years ago

Several video routes now return a videoDownloadData object that contains the following:

[
  'referer' => 'https://www.tiktok.com/',
  'userAgent' => 'User Agent....',
  'cookies' => [
    'tt_webid' => '',
    'tt_webid_v2' => ''
  ]
]

This can be used with the:

$scraper->user->downloadVideoFromUrl('url', $videoDownloadData);

v1.9.3

3 years ago

Video routes now require the referer, the user agent, and the webid that was used with the original request to get the video data.

v1.9.2

3 years ago

v1.9.1

3 years ago

v1.9

3 years ago

v1.8.2

3 years ago

v1.8.1

3 years ago

v1.8.0

3 years ago

v1.7.5

3 years ago
new Scraper([
  'config' => 's_v_web_id=xxx; tt_webid=xxx...'
]);