MovieInsider Trailer Scraper avatar

MovieInsider Trailer Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
MovieInsider Trailer Scraper

MovieInsider Trailer Scraper

Extracts MovieInsider trailer metadata from listing and detail pages, then saves structured results to the dataset and optional JSON exports.

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

peyman

peyman

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Use this actor to collect trailer metadata from MovieInsider listing and detail pages.

It is designed for tracking newly published trailers and building simple trailer datasets.

Core behavior:

  • Crawl listing pages from https://www.movieinsider.com/movie-trailers with page_offset pagination.
  • Follow trailer detail pages discovered on listings.
  • Extract trailer and movie metadata (title, type, media links, publish/release text).
  • Save results to dataset and optional local JSON exports.

Inputs

Most runs only need:

  • maxListingPages (default: 1)
  • maxConcurrency (lower if blocked)
  • exportJson (write local JSON exports)

Advanced options (usually keep defaults):

  • pageOffsetStep (default: 24)
  • maxRequestsPerCrawl (maximum processed requests)
  • navigationTimeoutSecs (default: 60)

Example INPUT:

{
"maxListingPages": 1,
"maxConcurrency": 4,
"exportJson": true
}

Output

  • Dataset items are stored in storage/datasets/default/*.json
  • If exportJson=true, export files are written to exports/

Notes

  • If MovieInsider serves anti-bot challenge pages, detail extraction can drop.
  • In that case, reduce maxConcurrency and run from a network/proxy setup that is less likely to be challenged.