# Thingiverse model URL lookup

**Use case:** 

Look up one Thingiverse model URL and save its public model data to a dataset.

## Input

```json
{
  "targets": [
    "https://www.thingiverse.com/thing:2120591"
  ],
  "maxItems": 96,
  "sort": "relevance"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "modelUrl": {
    "label": "Model URL",
    "format": "string"
  },
  "thingId": {
    "label": "Thing ID",
    "format": "string"
  },
  "creatorName": {
    "label": "Creator name",
    "format": "string"
  },
  "creatorUsername": {
    "label": "Creator username",
    "format": "string"
  },
  "creatorProfileUrl": {
    "label": "Creator profile URL",
    "format": "string"
  },
  "publishedAt": {
    "label": "Published at",
    "format": "string"
  },
  "categories": {
    "label": "Categories",
    "format": "array"
  },
  "tags": {
    "label": "Tags",
    "format": "array"
  },
  "likeCount": {
    "label": "Likes",
    "format": "integer"
  },
  "collectCount": {
    "label": "Collections",
    "format": "integer"
  },
  "downloadCount": {
    "label": "Downloads",
    "format": "integer"
  },
  "makeCount": {
    "label": "Makes",
    "format": "integer"
  },
  "remixCount": {
    "label": "Remixes",
    "format": "integer"
  },
  "trendScore": {
    "label": "Trend score",
    "format": "number"
  },
  "imageUrls": {
    "label": "Image URLs",
    "format": "array"
  },
  "searchQuery": {
    "label": "Search query",
    "format": "string"
  },
  "searchPosition": {
    "label": "Search position",
    "format": "integer"
  }
}
```

## About this Actor

This example demonstrates how to use [Thingiverse Scraper](https://apify.com/maximedupre/thingiverse-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/thingiverse-scraper) to learn more, explore other use cases, and run it yourself.