john-hu / untitled

0 stars 0 forks source link

peeler for https://tasty.co/ #23

Closed john-hu closed 2 years ago

john-hu commented 2 years ago

https://tasty.co/

john-hu commented 2 years ago

sitemap: https://tasty.co/sitemaps/tasty/sitemap.xml schema.org recipe found at head script[type="application/ld+json". example:


{
        "@context": "http://schema.org",
        "@type": "Recipe",
        "datePublished": "2019-11-24T23:32:59",
        "description": "Here's what you need: biscuit dough, apple slices, brie cheese, nutmeg, parchment paper, nonstick cooking spray, loaf pan",
        "image": "https://img.buzzfeed.com/thumbnailer-prod-us-east-1/video-api/assets/244434.jpg",
        "name": "Sweet/Savory Pull-Apart Bread: Apple Of My Eye Recipe by Tasty",
        "publisher": {
          "@type": "Organization",
          "name": "Tasty",
          "logo": {
            "@type": "ImageObject",
            "url": "https://tasty.co/favicon.ico"
          }
        },
        "isPartOf": {
          "@type": "WebPage",
          "url": "https://tasty.co/recipe/sweet-savory-pull-apart-bread-apple-of-my-eye",
          "name": "Sweet/Savory Pull-Apart Bread: Apple Of My Eye Recipe by Tasty",
          "description": "Here's what you need: biscuit dough, apple slices, brie cheese, nutmeg, parchment paper, nonstick cooking spray, loaf pan",
          "isPartOf": {
            "@type": "WebSite",
            "url": "https://tasty.co",
            "name": "Tasty",
            "description": "The official home of all things Tasty, the world’s largest food network. Search, watch, and cook every single Tasty recipe and video ever - all in one place!",
            "potentialAction": {
              "@type": "SearchAction",
              "target": {
                "@type": "EntryPoint",
                "urlTemplate": "https://tasty.co/search?q={search_term}"
              },
              "query-input": {
                "@type": "PropertyValueSpecification",
                "valueRequired": "http://schema.org/True",
                "valueName": "search_term"
              }
            }
          }
        },
        "author": [{ "@type": "Person", "name": "Kelsey Weber" }],
        "recipeIngredient": [
          "2 cans biscuit dough, flaky",
          "3 cups apple slices",
          "2 cups brie cheese",
          "1 tablespoon nutmeg",
          "parchment paper",
          "nonstick cooking spray",
          "1 loaf pan, 9.5 x 5 in (24 x 12 cm)"
        ],
        "recipeYield": "1 serving",
        "recipeInstructions": [
          { "@type": "HowToStep", "text": "Preheat oven to 350°F (175°C)." },
          {
            "@type": "HowToStep",
            "text": "Grease loaf pan and line with parchment paper."
          },
          {
            "@type": "HowToStep",
            "text": "Separate biscuit dough and flatten slightly."
          },
          {
            "@type": "HowToStep",
            "text": "Divide the Brie evenly on biscuit dough."
          },
          {
            "@type": "HowToStep",
            "text": "Add fresh apple slices and sprinkle nutmeg on each piece."
          },
          {
            "@type": "HowToStep",
            "text": "Place each biscuit in loaf pan until pan is full."
          },
          {
            "@type": "HowToStep",
            "text": "Bake for 45 minutes or until golden brown (internal temperature should be 140°F (60°C))."
          },
          { "@type": "HowToStep", "text": "Enjoy!" }
        ],
        "aggregateRating": {
          "@type": "AggregateRating",
          "ratingValue": "0",
          "ratingCount": "2",
          "bestRating": "100",
          "worstRating": "0"
        },
        "recipeCategory": "Bakery Goods",
        "tool": "Parchment Paper",
        "video": {
          "@type": "VideoObject",
          "contentUrl": "https://vid.tasty.co/output/152614/landscape_480/1574638352",
          "duration": "PT15S",
          "description": "Here's what you need: biscuit dough, apple slices, brie cheese, nutmeg, parchment paper, nonstick cooking spray, loaf pan",
          "name": "Sweet/Savory Pull-Apart Bread: Apple Of My Eye Recipe by Tasty",
          "publisher": {
            "@type": "Organization",
            "name": "Tasty",
            "logo": {
              "@type": "ImageObject",
              "url": "https://tasty.co/favicon.ico"
            }
          },
          "thumbnailUrl": "https://img.buzzfeed.com/thumbnailer-prod-us-east-1/video-api/assets/244434.jpg",
          "uploadDate": "2019-11-24T23:32:59"
        }
      }```