Midtown Comics Scraper - Comics & Graphic Novels avatar

Midtown Comics Scraper - Comics & Graphic Novels

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Midtown Comics Scraper - Comics & Graphic Novels

Midtown Comics Scraper - Comics & Graphic Novels

Scrape Midtown Comics product search: new comics, back issues, graphic novels & collectibles. Extract title, series, issue, publisher, price, availability, format, image, and URL. Search by keyword with pagination.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Midtown Comics Scraper

Scrape product search results from Midtown Comics — one of the largest comic-book retailers (new releases, back issues, graphic novels, and collectibles).

What it does

Given a list of search queries, this Actor collects every matching product across all result pages and returns structured data for each.

Input

FieldTypeDescription
searchQueriesarraySearch terms, e.g. ["batman", "spider-man"]. One result set per query.
maxListingsintegerMax products per query (0 = unlimited). Default 100.
proxyConfigurationobjectOptional proxy. Not required — the site serves plain HTML.

Example:

{
"searchQueries": ["batman"],
"maxListings": 100
}

Output

Each dataset item:

{
"productId": "2448413",
"title": "Batman Vol 3 #163 Cover E Variant Jim Lee & Scott Williams ...",
"series": "Batman Vol 3",
"issue": "163",
"publisher": "DC",
"format": "Comic",
"price": 8.5,
"originalPrice": null,
"currency": "USD",
"availability": "Pre-Order",
"releaseDate": "06/03/2026",
"writers": ["Jeph Loeb"],
"artists": ["Jim Lee", "Scott Williams"],
"image": "https://www.midtowncomics.com/images/PRODUCT/FUL/2448413_ful.jpg",
"url": "https://www.midtowncomics.com/p/2448413-batman-vol-3-163-cover-e-...",
"searchQuery": "batman",
"scrapedAt": "2026-07-09T00:00:00.000Z"
}

Notes

  • series, issue, and format are derived from the product title.
  • availability is In Stock or Pre-Order (pull-list banner or future release date).
  • originalPrice is populated only when the item is discounted.

Use cases

Price comparison, collectible arbitrage, comic-shop inventory research, market monitoring for publishers and series.